Skip to content

Commit de27281

Browse files
committed
Add ruby 4.0 to the CI matrix
1 parent 3e0dcf7 commit de27281

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
strategy:
3434
fail-fast: false
3535
matrix:
36-
ruby: ["3.4", "3.3", "3.2", "3.1", "3.0", "2.7", "2.6"]
36+
ruby: ["4.0", "3.4", "3.3", "3.2", "3.1", "3.0", "2.7", "2.6"]
3737
runs-on: ubuntu-latest
3838
env:
3939
LOW_TIMEOUT: "0.01"
@@ -218,7 +218,7 @@ jobs:
218218
strategy:
219219
fail-fast: false
220220
matrix:
221-
ruby: ["3.4", "3.3", "3.2", "3.1", "3.0", "2.7"]
221+
ruby: ["4.0", "3.4", "3.3", "3.2", "3.1", "3.0", "2.7"]
222222
runs-on: ubuntu-latest
223223
env:
224224
TIMEOUT: "15"

0 commit comments

Comments
 (0)