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 8263bb4 commit a91ca61Copy full SHA for a91ca61
.github/workflows/run-tests.yaml
@@ -16,10 +16,10 @@ jobs:
16
steps:
17
- name: Checkout the repository
18
uses: actions/checkout@v4
19
- - name: Set up JDK 11
20
- uses: actions/setup-java@v1
+ - name: Set up JDK 17
+ uses: actions/setup-java@v5
21
with:
22
- java-version: 11
+ java-version: '17'
23
- name: Cache Maven packages
24
uses: actions/cache@v4
25
0 commit comments