.github/workflows/ci.yml in prosopite-1.3.0 vs .github/workflows/ci.yml in prosopite-1.3.1

- old
+ new

@@ -2,13 +2,13 @@ on: [push, pull_request] jobs: test: strategy: matrix: - ruby: [2.7, '3.0', 3.1, head] + ruby: [2.7, '3.0', 3.1, 3.2] runs-on: ubuntu-latest steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v3 - uses: ruby/setup-ruby@v1 with: bundler-cache: true ruby-version: ${{ matrix.ruby }} - run: bundle exec rake test