Add ruby 3.4 to test matrix

This commit is contained in:
Tom Hughes 2025-02-16 13:47:05 +00:00
parent c50e4f50c4
commit fff01b5d6f

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