We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e1e5d4b commit 31e8f11Copy full SHA for 31e8f11
1 file changed
.github/workflows/ci.yml
@@ -5,7 +5,7 @@ jobs:
5
strategy:
6
fail-fast: false
7
matrix:
8
- ruby: [ 2.6, 2.7, '3.0', 3.1, 3.2, 3.3, 3.4, ruby-head, truffleruby-head ]
+ ruby: [ 2.6, 2.7, '3.0', 3.1, 3.2, 3.3, 3.4, ruby-head, truffleruby ]
9
runs-on: ubuntu-latest
10
steps:
11
- uses: actions/checkout@v6
0 commit comments