Skip to content

Commit d0992ff

Browse files
committed
use java 21
1 parent 7d3d366 commit d0992ff

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,10 @@ jobs:
1010
#luceeVersionQuery: 6.0.3/all/jar
1111
steps:
1212
- uses: actions/checkout@v4
13-
- name: Set up JDK 11
13+
- name: Set up JDK 21
1414
uses: actions/setup-java@v4
1515
with:
16-
java-version: '11'
16+
java-version: '21'
1717
distribution: 'adopt'
1818
- name: Cache Maven packages
1919
if: always()

0 commit comments

Comments
 (0)