Add ruby 3.3 to test matrix

This commit is contained in:
Tom Hughes 2024-08-14 18:51:29 +01:00
parent 390d49d3f0
commit ea397bb5ef

View file

@ -11,7 +11,7 @@ jobs:
strategy:
matrix:
ubuntu: [20.04, 22.04]
ruby: ['3.0', '3.1', '3.2']
ruby: ['3.0', '3.1', '3.2', '3.3']
runs-on: ubuntu-${{ matrix.ubuntu }}
env:
RAILS_ENV: test