We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e3bfe4a commit d7bd07dCopy full SHA for d7bd07d
.github/workflows/test.yml
@@ -8,7 +8,7 @@ jobs:
8
strategy:
9
fail-fast: false
10
matrix:
11
- ruby: [ 3.4, 3.3, 3.2, 3.1, head ]
+ ruby: [ "4.0", 3.4, 3.3, 3.2, 3.1, head ]
12
runs-on: ubuntu-24.04
13
steps:
14
- uses: actions/checkout@v6
0 commit comments