Skip to content

Commit e9652b4

Browse files
committed
Change ruby versions
1 parent 77dc4ad commit e9652b4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
strategy:
1616
matrix:
1717
os: [ ubuntu-22.04, macos-15 ]
18-
ruby: [ 2.5, 2.6, 2.7, 3.0, 3.1, 3.2 ]
18+
ruby: [ 2.7, 3.0, 3.1, 3.2, 3.3, 3.4, 4.0 ]
1919
fail-fast: false
2020

2121
steps:

0 commit comments

Comments
 (0)