Skip to content

Commit

Permalink
newer java maybe
Browse files Browse the repository at this point in the history
  • Loading branch information
njnes committed Jul 8, 2024
1 parent c8d1e6f commit 57b9352
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/linux-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,12 @@ jobs:
uses: actions/checkout@v3
with:
ref: "master"
- name: Set up JDK 1.8
- name: Set up JDK 2.1
uses: actions/setup-java@v4
with:
java-version: 1.8
with:
distribution: 'temurin'
java-version: '21'
#- name: Setup Maven
#uses: stCarolas/setup-maven@v4
#with:
Expand Down

0 comments on commit 57b9352

Please sign in to comment.