Add ruby 3.0 to test matrix

This commit is contained in:
Tom Hughes 2021-05-13 18:21:50 +01:00
parent 6d1a2be43e
commit 34bd461cbb

View file

@ -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