Skip to content

Commit

Permalink
Switch back to Java 19 for now
Browse files Browse the repository at this point in the history
  • Loading branch information
propensive committed Mar 25, 2023
1 parent fad7fdf commit 3bb670d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 12,11 @@ jobs:
uses: actions/checkout@v3
with:
submodules: recursive
- name: Setup Java 20
- name: Setup Java 19
uses: actions/setup-java@v3
with:
distribution: 'temurin'
java-version: '20'
java-version: '19'
- name: Get Wrath
uses: actions/checkout@v3
with:
Expand Down

0 comments on commit 3bb670d

Please sign in to comment.