Merge pull request #5690 from tomhughes/ruby34

Add ruby 3.4 to test matrix
This commit is contained in:
Andy Allan 2025-02-16 14:48:26 +00:00 committed by GitHub
commit 4485cae913
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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