Skip to content

Commit 0f6f964

Browse files
committed
Update build workflow to use JDK 25
1 parent 1f49434 commit 0f6f964

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/build.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,11 @@ jobs:
1717
steps:
1818
- uses: actions/checkout@v6
1919

20-
- name: Set up JDK 22.0.2
20+
- name: Set up JDK 25
2121
uses: actions/setup-java@v5
2222
with:
2323
distribution: 'temurin'
24-
java-version: '22.0.2'
24+
java-version: '25'
2525
cache: maven
2626

2727
- name: Install zbar (Ubuntu)

0 commit comments

Comments
 (0)