Skip to content

Commit

Permalink
Run tests on ruby 3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
tomhughes committed Dec 11, 2023
1 parent 1f0105c commit 67b0b5b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
strategy:
matrix:
ubuntu: [20.04, 22.04]
ruby: ['3.0', '3.1']
ruby: ['3.0', '3.1', '3.2']
runs-on: ubuntu-${{ matrix.ubuntu }}
env:
RAILS_ENV: test
Expand Down

0 comments on commit 67b0b5b

Please sign in to comment.