We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c8783f4 commit 1fb7a59Copy full SHA for 1fb7a59
.github/workflows/ci.yml
@@ -10,7 +10,7 @@ jobs:
10
fail-fast: false
11
matrix:
12
os: [ubuntu-22.04, ubuntu-24.04]
13
- ruby-version: ['3.0', '3.1', '3.2', '3.3']
+ ruby-version: ['3.0', '3.1', '3.2', '3.3', '3.4']
14
runs-on: ${{ matrix.os }}
15
steps:
16
- uses: actions/checkout@v4
0 commit comments