Merge pull request #5690 from tomhughes/ruby34
Add ruby 3.4 to test matrix
This commit is contained in:
commit
4485cae913
1 changed files with 1 additions and 1 deletions
2
.github/workflows/tests.yml
vendored
2
.github/workflows/tests.yml
vendored
|
@ -11,7 +11,7 @@ jobs:
|
|||
strategy:
|
||||
matrix:
|
||||
ubuntu: [22.04, 24.04]
|
||||
ruby: ['3.1', '3.2', '3.3']
|
||||
ruby: ['3.1', '3.2', '3.3', '3.4']
|
||||
runs-on: ubuntu-${{ matrix.ubuntu }}
|
||||
env:
|
||||
RAILS_ENV: test
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue