Skip to content

Commit d3aa2a0

Browse files
committed
Add Ruby 4.0 to CI
1 parent 8454c9f commit d3aa2a0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
fail-fast: false
1717
matrix:
1818
os: [ubuntu-latest]
19-
ruby: [ "2.0.0", 2.1, 2.3, 2.4, 2.5, 2.6, 2.7, "3.0", 3.1, 3.2, 3.3, 3.4, jruby-9.4, jruby-10.0 ]
19+
ruby: [ "2.0.0", 2.1, 2.3, 2.4, 2.5, 2.6, 2.7, "3.0", 3.1, 3.2, 3.3, 3.4, "4.0", jruby-9.4, jruby-10.0 ]
2020
include:
2121
- { os: ubuntu-22.04, ruby: jruby-9.2 }
2222
runs-on: ${{ matrix.os }}

0 commit comments

Comments
 (0)