We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b12b5f2 commit b443634Copy full SHA for b443634
1 file changed
.github/workflows/ci.yml
@@ -64,11 +64,11 @@ jobs:
64
java-version: 25
65
distribution: 'zulu'
66
cache: 'maven'
67
- - name: 'Set up JDK 27 from jdk.java.net'
+ - name: 'Set up JDK 28 from jdk.java.net'
68
uses: oracle-actions/setup-java@v1
69
with:
70
website: jdk.java.net
71
- release: 27
+ release: 28
72
73
- name: 'Set up JDK ${{ matrix.java }} from jdk.java.net'
74
if: ${{ matrix.java == 'EA' }}
0 commit comments