Skip to content

Commit 637d900

Browse files
authored
Merge pull request #74 from diogob/fix-ci
Update ruby versions used for CI
2 parents 4b0bd30 + 57ea2c4 commit 637d900

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ruby.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
name: test (ruby v${{ matrix.ruby }})
3737
strategy:
3838
matrix:
39-
ruby: ["2.7", "3.0", "3.1"]
39+
ruby: ["3.2", "3.3", "3.4"]
4040

4141
steps:
4242
- uses: actions/checkout@v2

0 commit comments

Comments
 (0)