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 dca89e3 commit 0ba79b9Copy full SHA for 0ba79b9
.github/workflows/pr_workflow.yml
@@ -10,7 +10,7 @@ jobs:
10
runs-on: ubuntu-latest
11
strategy:
12
matrix:
13
- java: [ '17', '21' ]
+ java: [ '17', '21', '25' ]
14
steps:
15
- name: Harden the runner (Audit all outbound calls)
16
uses: step-security/harden-runner@f4a75cfd619ee5ce8d5b864b0d183aff3c69b55a # v2.13.1
.github/workflows/test_and_build.yml
@@ -15,7 +15,7 @@ jobs:
17
18
19
20
21
0 commit comments