Skip to content

Commit

Permalink
Update test.yml
Browse files Browse the repository at this point in the history
Added 20 and 21 and updated to temurin
  • Loading branch information
jamtur01 committed Oct 29, 2023
1 parent 698cf18 commit 20c665a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:

strategy:
matrix:
java: [ '8', '11', '13', '15', '16', '17' ]
java: [ '8', '11', '13', '15', '16', '17', '20', '21' ]
fail-fast: false
name: Java ${{ matrix.Java }}

Expand Down Expand Up @@ -35,7 +35,7 @@ jobs:
- name: Setup Java
uses: actions/setup-java@v3
with:
distribution: 'zulu'
distribution: 'temurin'
java-version: ${{ matrix.java }}
- name: Install clojure tools
uses: DeLaGuardo/[email protected]
Expand Down

0 comments on commit 20c665a

Please sign in to comment.