Skip to content

Commit d871e3b

Browse files
authored
CI: Add Ruby 3.0 to build matrix
1 parent 535487a commit d871e3b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
strategy:
1010
fail-fast: false
1111
matrix:
12-
ruby: [2.5, 2.6, 2.7, head, truffleruby-head]
12+
ruby: [2.5, 2.6, 2.7, "3.0", head, truffleruby-head]
1313
env:
1414
RAILS_ENV: test
1515
steps:

0 commit comments

Comments
 (0)