Skip to content

Commit

Permalink
github/workflows/gradle.yml: Excluding java 8 on macos because is not…
Browse files Browse the repository at this point in the history
… available anymore for temurin java distribution.
  • Loading branch information
paulosousadias committed Aug 24, 2024
1 parent 2cad349 commit 64508c3
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/gradle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,9 @@ jobs:
matrix:
os: [ubuntu-latest, macos-latest, windows-latest]
java: [ 8, 11 ]
exclude:
- os: macos-latest
java: 8
runs-on: ${{ matrix.os }}

steps:
Expand Down

0 comments on commit 64508c3

Please sign in to comment.