We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3023549 commit 26af432Copy full SHA for 26af432
.github/workflows/ci.yml
@@ -9,8 +9,11 @@ jobs:
9
runs-on: ubuntu-latest
10
strategy:
11
matrix:
12
- ruby-version: ['3.4.0','4.0.0'] # test only recommend Ruby version (and stable version on the gitaction server)
13
- # ruby-version: ['2.7.4','3.1.0','head']
+ ruby-version: ['3.1.0'] # test only recommend Ruby version (and stable version on the gitaction server)
+ # ideally test with those versions, but gitaction are limited
14
+ # 2.7.4 is broken.
15
+ # 4.0.0 is not supported yet
16
+ # ruby-version: ['2.7.4','3.1.0','4.0.0']
17
steps:
18
- uses: actions/checkout@v3
19
- name: Set up Ruby ${{ matrix.ruby-version }}
0 commit comments