We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 428ed10 commit 33e254fCopy full SHA for 33e254f
1 file changed
.github/workflows/tdd-by-example-tests.yml
@@ -17,7 +17,7 @@ jobs:
17
- name: Set up JDK 25
18
uses: actions/setup-java@v4
19
with:
20
- java-version: '25'
+ java-version: '24'
21
distribution: 'temurin'
22
cache: maven
23
- name: Test Java Chapter 1
0 commit comments