Skip to content

Commit

Permalink
Test Java 21 in CI instead of Java 20
Browse files Browse the repository at this point in the history
  • Loading branch information
knokko committed Jan 19, 2024
1 parent b0a3f55 commit 1adbd8b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/gradle.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Testing with Java 17 and Java 20 on Linux
name: Testing with Java 17 and Java 21 on Linux

on:
push:
Expand All @@ -14,7 +14,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
jdk: [ 17, 20 ]
jdk: [ 17, 21 ]
steps:
- uses: actions/checkout@v3
- run: sudo apt install vulkan-validationlayers
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,7 @@ suggestions :)

## Add to your build
### Java version
This project requires Java 17 or later (Java 17 and 20 are tested in CI).
This project requires Java 17 or later (Java 17 and 21 are tested in CI).
### LWJGL
While this project is compiled against LWJGL, it does **not** bundle LWJGL, so you
still need to declare the LWJGL dependencies yourself
Expand Down

0 comments on commit 1adbd8b

Please sign in to comment.