We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e2ac5a9 commit 5f4e8a3Copy full SHA for 5f4e8a3
.github/workflows/ruby.yml
@@ -6,7 +6,7 @@ jobs:
6
strategy:
7
matrix:
8
os: [ubuntu-latest, macos-latest]
9
- ruby: ['2.6', '2.7', '3.0', '3.1', '3.2', '3.3', '3.4', head]
+ ruby: ['2.6', '2.7', '3.0', '3.1', '3.2', '3.3', '3.4', '4.0', head]
10
runs-on: ${{ matrix.os }}
11
steps:
12
- uses: actions/checkout@v6
0 commit comments