Skip to content

Commit

Permalink
Test with Java 20
Browse files Browse the repository at this point in the history
  • Loading branch information
SMadani committed Jan 29, 2024
1 parent ffe5395 commit 747f8a6
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@ jobs:
strategy:
fail-fast: false
matrix:
java: [ 8, 11 ]
os: [ ubuntu-latest, macos-latest, windows-latest ]
java: [8, 11]
os: [ubuntu-latest, macos-latest, windows-latest]
steps:
- name: Checkout the repo
uses: actions/checkout@v4
Expand Down Expand Up @@ -54,7 +54,7 @@ jobs:
strategy:
fail-fast: false
matrix:
java: [17]
java: [20]
os: [ubuntu-latest, macos-latest, windows-latest]
steps:
- name: Checkout the repo
Expand All @@ -63,7 +63,7 @@ jobs:
- name: Setup Java
uses: actions/setup-java@v4
with:
distribution: 'zulu'
distribution: 'temurin'
java-version: ${{ matrix.java }}

- name: Grant execute permission for gradlew
Expand Down

0 comments on commit 747f8a6

Please sign in to comment.