Skip to content

Commit

Permalink
chore(ci): test on jvm and js latest lts, and current
Browse files Browse the repository at this point in the history
  • Loading branch information
gciatto committed Dec 31, 2023
1 parent 4e27ce4 commit 9a756dc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test-extensively.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
fail-fast: false
matrix:
os: [ windows-2022, macos-12, ubuntu-22.04 ]
java-version: [11, 17, 19]
java-version: [11, 17, 21]
jdk-dist:
- adopt-hotspot
- temurin
Expand Down Expand Up @@ -38,8 +38,8 @@ jobs:
node-version:
- 'latest-16'
- 'latest-18'
- 'latest-19'
- 'latest-20'
- 'latest-21'
runs-on: ${{ matrix.os }}
env:
ORG_GRADLE_PROJECT_nodeVersion: ${{ matrix.node-version }}
Expand Down

0 comments on commit 9a756dc

Please sign in to comment.