Skip to content

Commit

Permalink
Downgrade latest Java version to 19
Browse files Browse the repository at this point in the history
  • Loading branch information
Marcel Steinbeck committed Jul 9, 2023
1 parent a845206 commit 252a2ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -464,7 +464,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest, windows-latest, macos-latest]
java: ["11", "17", "20"]
java: ["11", "17", "19"]

steps:
- uses: actions/checkout@v3
Expand Down

0 comments on commit 252a2ff

Please sign in to comment.