Skip to content

Commit f78a24a

Browse files
authored
Merge pull request #74 from kenhys/update-ci
CI: Add Ruby 3.3/3.4, Drop 2.7, 3.0 EOL
2 parents 169fd2e + 0d8be00 commit f78a24a

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: ['3.1', '3.2', '3.3', '3.4']
1313
os:
1414
- ubuntu-latest
1515
experimental: [false]

0 commit comments

Comments
 (0)