Skip to content

Commit 0ba79b9

Browse files
committed
Test on Java 25
1 parent dca89e3 commit 0ba79b9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/pr_workflow.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
runs-on: ubuntu-latest
1111
strategy:
1212
matrix:
13-
java: [ '17', '21' ]
13+
java: [ '17', '21', '25' ]
1414
steps:
1515
- name: Harden the runner (Audit all outbound calls)
1616
uses: step-security/harden-runner@f4a75cfd619ee5ce8d5b864b0d183aff3c69b55a # v2.13.1

.github/workflows/test_and_build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
runs-on: ubuntu-latest
1616
strategy:
1717
matrix:
18-
java: [ '17', '21' ]
18+
java: [ '17', '21', '25' ]
1919
steps:
2020
- name: Harden the runner (Audit all outbound calls)
2121
uses: step-security/harden-runner@f4a75cfd619ee5ce8d5b864b0d183aff3c69b55a # v2.13.1

0 commit comments

Comments
 (0)