Add ruby 3.0 to test matrix
This commit is contained in:
parent
6d1a2be43e
commit
34bd461cbb
1 changed files with 1 additions and 1 deletions
2
.github/workflows/tests.yml
vendored
2
.github/workflows/tests.yml
vendored
|
@ -8,7 +8,7 @@ jobs:
|
|||
strategy:
|
||||
matrix:
|
||||
ubuntu: [18.04, 20.04]
|
||||
ruby: [2.5, 2.7]
|
||||
ruby: [2.5, 2.7, 3.0]
|
||||
runs-on: ubuntu-${{ matrix.ubuntu }}
|
||||
env:
|
||||
RAILS_ENV: test
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue