Run tests on ubuntu 20.04 and 22.04 with ruby 3.1
Ubuntu 22.04 actually uses ruby 3.0 but ruby/setup-ruby currently only supports ruby 3.1 there so this is the best we can do.
This commit is contained in:
parent
e2f071869f
commit
8b92cf9e90
1 changed files with 2 additions and 2 deletions
4
.github/workflows/tests.yml
vendored
4
.github/workflows/tests.yml
vendored
|
@ -10,8 +10,8 @@ jobs:
|
|||
name: Ubuntu ${{ matrix.ubuntu }}, Ruby ${{ matrix.ruby }}
|
||||
strategy:
|
||||
matrix:
|
||||
ubuntu: [20.04]
|
||||
ruby: [2.7, 3.0]
|
||||
ubuntu: [20.04, 22.04]
|
||||
ruby: [2.7, 3.0, 3.1]
|
||||
runs-on: ubuntu-${{ matrix.ubuntu }}
|
||||
env:
|
||||
RAILS_ENV: test
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue