We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 75e19f8 commit b5a7426Copy full SHA for b5a7426
1 file changed
.github/workflows/maven_test.yml
@@ -13,14 +13,14 @@ jobs:
13
14
test:
15
16
- runs-on: ubuntu-18.04
+ runs-on: ubuntu-latest
17
18
steps:
19
- uses: actions/checkout@v2
20
- - name: Set up JDK 11
+ - name: Set up JDK
21
uses: actions/setup-java@v1
22
with:
23
- java-version: 11
+ java-version: 17
24
- name: Set up R
25
run: |
26
sudo apt-get update
0 commit comments