Skip to content

Commit

Permalink
update CI config
Browse files Browse the repository at this point in the history
- update action versions
- don't test JVM version matrix, but do test multiple jruby versions
  • Loading branch information
nerdrew committed Aug 2, 2024
1 parent 0812a57 commit bdb9a83
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/jruby.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,17 +11,17 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
java-version:
- 8
- 11
ruby-version:
- jruby-9.3
- jruby-9.4

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- name: Set up Java
uses: actions/setup-java@v2
with:
distribution: temurin
java-version: ${{ matrix.java-version }}
java-version: 17
- name: Set up Ruby
uses: ruby/setup-ruby@v1
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/mri.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
- 3.3

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- name: Set up Ruby
uses: ruby/setup-ruby@v1
with:
Expand Down

0 comments on commit bdb9a83

Please sign in to comment.