We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 535487a commit d871e3bCopy full SHA for d871e3b
.github/workflows/ci.yml
@@ -9,7 +9,7 @@ jobs:
9
strategy:
10
fail-fast: false
11
matrix:
12
- ruby: [2.5, 2.6, 2.7, head, truffleruby-head]
+ ruby: [2.5, 2.6, 2.7, "3.0", head, truffleruby-head]
13
env:
14
RAILS_ENV: test
15
steps:
0 commit comments