We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 77dc4ad commit e9652b4Copy full SHA for e9652b4
.github/workflows/build.yml
@@ -15,7 +15,7 @@ jobs:
15
strategy:
16
matrix:
17
os: [ ubuntu-22.04, macos-15 ]
18
- ruby: [ 2.5, 2.6, 2.7, 3.0, 3.1, 3.2 ]
+ ruby: [ 2.7, 3.0, 3.1, 3.2, 3.3, 3.4, 4.0 ]
19
fail-fast: false
20
21
steps:
0 commit comments