Skip to content

Commit 752f0ab

Browse files
committed
CI: Add Ruby 3.3/3.4 for CI
Signed-off-by: Kentaro Hayashi <[email protected]>
1 parent 169fd2e commit 752f0ab

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/linux.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
strategy:
1010
fail-fast: false
1111
matrix:
12-
ruby: ['2.7', '3.0', '3.1', '3.2']
12+
ruby: ['2.7', '3.0', '3.1', '3.2', '3.3', '3.4']
1313
os:
1414
- ubuntu-latest
1515
experimental: [false]

0 commit comments

Comments
 (0)