Skip to content

Commit 26af432

Browse files
committed
[ci] workaroud github action limitation
1 parent 3023549 commit 26af432

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

.github/workflows/ci.yml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,11 @@ jobs:
99
runs-on: ubuntu-latest
1010
strategy:
1111
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']
12+
ruby-version: ['3.1.0'] # test only recommend Ruby version (and stable version on the gitaction server)
13+
# 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']
1417
steps:
1518
- uses: actions/checkout@v3
1619
- name: Set up Ruby ${{ matrix.ruby-version }}

0 commit comments

Comments
 (0)