Skip to content

Commit cae8003

Browse files
authored
tests against Ruby 4.0.x (#386)
1 parent cf8ccb8 commit cae8003

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ jobs:
6161
- "ruby-3.2"
6262
- "ruby-3.3"
6363
- "ruby-3.4"
64-
- "ruby-4.0.0-preview2"
64+
- "ruby-4.0"
6565

6666
name: ${{ matrix.os }} - ${{ matrix.ruby }}
6767
runs-on: ${{ matrix.os }}
@@ -95,7 +95,7 @@ jobs:
9595
- "3.2"
9696
- "3.3"
9797
- "3.4"
98-
- "4.0.0-preview2"
98+
- "4.0"
9999
runner:
100100
- "ubuntu-24.04"
101101
- "ubuntu-24.04-arm"

0 commit comments

Comments
 (0)