Add ruby 3.3 to test matrix
This commit is contained in:
parent
390d49d3f0
commit
ea397bb5ef
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: [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
|
||||
|
|
Loading…
Add table
Reference in a new issue