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 5415ebe commit 8355fa6
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,16 +10,16 @@ jobs:
matrix:
javaVersion: [8, 11, 16, 17]
os: [ubuntu-latest]
gradleVersion: [6.8, 7.0.1, 7.6, 8.0]
include:
- javaVersion: 8
gradleVersion: 6.8
- javaVersion: 11
gradleVersion: 6.8
- javaVersion: 16
gradleVersion: 7.0.1
- javaVersion: 17
gradleVersion: 7.0.1
gradleVersion: [6.8, 7.0.1, 7.3.1, 7.6, 8.0.1]
# include:
# - javaVersion: 8
# gradleVersion: 6.8
# - javaVersion: 11
# gradleVersion: 6.8
# - javaVersion: 16
# gradleVersion: 7.0.1
# - javaVersion: 17
# gradleVersion: 7.0.1
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit 8355fa6

Please sign in to comment.