Skip to content

Commit 7047381

Browse files
committed
ci.yml: try with Java 21 LTS instead of latest 24
1 parent 2b97dff commit 7047381

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
- uses: actions/setup-java@v4
1616
with:
1717
distribution: 'temurin'
18-
java-version: '24'
18+
java-version: '21'
1919

2020
- name: Configure Maven settings
2121
if: github.event_name == 'push' && github.ref == 'refs/heads/master'

0 commit comments

Comments
 (0)