Skip to content

Commit

Permalink
Restore JDK 21 maven checks
Browse files Browse the repository at this point in the history
wendigo committed Mar 27, 2024
1 parent 8f776c8 commit 58c7752
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -56,7 +56,8 @@ jobs:
fail-fast: false
matrix:
include:
- { java-version: 22, cache: 'true', cleanup-node: 'false' }
- { java-version: 21, cache: 'true', cleanup-node: 'true' }
- { java-version: 22, cache: 'restore', cleanup-node: 'false' }
- { java-version: 23-ea, cache: 'restore', cleanup-node: 'true' }
timeout-minutes: 45
steps:

0 comments on commit 58c7752

Please sign in to comment.