Skip to content

Commit b5a7426

Browse files
committed
increase versions in GitHub CI
1 parent 75e19f8 commit b5a7426

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/maven_test.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,14 +13,14 @@ jobs:
1313

1414
test:
1515

16-
runs-on: ubuntu-18.04
16+
runs-on: ubuntu-latest
1717

1818
steps:
1919
- uses: actions/checkout@v2
20-
- name: Set up JDK 11
20+
- name: Set up JDK
2121
uses: actions/setup-java@v1
2222
with:
23-
java-version: 11
23+
java-version: 17
2424
- name: Set up R
2525
run: |
2626
sudo apt-get update

0 commit comments

Comments
 (0)