We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7cf9a02 commit 53374b2Copy full SHA for 53374b2
.github/workflows/ci.yml
@@ -9,7 +9,7 @@ jobs:
9
runs-on: ubuntu-latest
10
strategy:
11
matrix:
12
- ruby: ['2.7.8', '3.1.0','head'] # test only recommend Ruby version (and stable version on the GitHub action server)
+ ruby: ['2.7.8', '3.1.0','3.4.4'] # test only recommend Ruby version (and stable version on the GitHub action server)
13
steps:
14
- uses: actions/checkout@v4
15
- uses: ruby/setup-ruby@v1
0 commit comments