Skip to content

Commit 33e254f

Browse files
committed
reset java to 25 in action yml
1 parent 428ed10 commit 33e254f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/tdd-by-example-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
- name: Set up JDK 25
1818
uses: actions/setup-java@v4
1919
with:
20-
java-version: '25'
20+
java-version: '24'
2121
distribution: 'temurin'
2222
cache: maven
2323
- name: Test Java Chapter 1

0 commit comments

Comments
 (0)