Skip to content

Commit

Permalink
ci release: update jruby's matrix.ruby
Browse files Browse the repository at this point in the history
  • Loading branch information
kou committed Oct 11, 2023
1 parent 6aadc43 commit 91f3fc3
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,8 @@ jobs:
- '3.1'
- '3.2'
- debug
# We need to update 'jruby-XXX' in "if:" too when we update
# this.
- jruby-9.4.1.0
- truffleruby
- truffleruby-head
Expand Down Expand Up @@ -59,7 +61,7 @@ jobs:
- uses: actions/upload-artifact@v3
if: >-
matrix.os == 'ubuntu-latest' &&
(matrix.ruby == '3.1' || matrix.ruby == 'jruby-head')
(matrix.ruby == '3.1' || matrix.ruby == 'jruby-9.4.1.0')
with:
name: gem-${{ matrix.os }}-${{ matrix.ruby }}
path: pkg/
Expand All @@ -68,7 +70,7 @@ jobs:
if: >-
startsWith(github.ref, 'refs/tags/') &&
matrix.os == 'ubuntu-latest' &&
(matrix.ruby == '3.1' || matrix.ruby == 'jruby-head')
(matrix.ruby == '3.1' || matrix.ruby == 'jruby-9.4.1.0')
run: |
ruby \
-e 'print("## strscan "); \
Expand Down

0 comments on commit 91f3fc3

Please sign in to comment.