Skip to content

Commit

Permalink
Adjust matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
jhamon committed Oct 4, 2023
1 parent c50e8a6 commit ebaf6cb
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,16 @@ jobs:
strategy:
fail-fast: false
matrix:
javaVersion: [8, 11, 16, 17]
os: [ubuntu-latest]
gradleVersion: [6.8]
include:
- javaVersion: 8
gradleVersion: 6.8
- javaVersion: 11
gradleVersion: 6.8
- javaVersion: 16
gradleVersion: 7.3.1
- javaVersion: 17
gradleVersion: 7.3.1
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit ebaf6cb

Please sign in to comment.