Skip to content

Commit 7e0d17a

Browse files
committed
try jdk 21 and 22-ea; update ubuntu 22
1 parent ac29196 commit 7e0d17a

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,11 @@ name: Build and Test
22
on: push
33
jobs:
44
build:
5-
runs-on: ubuntu-20.04
5+
runs-on: ubuntu-22.04
66
strategy:
77
fail-fast: false
88
matrix:
9-
java-version: [ 20, 21-ea ]
9+
java-version: [ 21, 22-ea ]
1010
steps:
1111
- uses: actions/checkout@v3
1212
- uses: actions/setup-java@v3

.github/workflows/publish-github-packages.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ on:
99
jobs:
1010
publish:
1111
if: github.repository_owner == 'graphhopper'
12-
runs-on: ubuntu-20.04
12+
runs-on: ubuntu-22.04
1313
permissions:
1414
contents: read
1515
packages: write

.github/workflows/publish-maven-central.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ on:
88
jobs:
99
maven-central-publish:
1010
if: github.repository_owner == 'graphhopper'
11-
runs-on: ubuntu-20.04
11+
runs-on: ubuntu-22.04
1212
steps:
1313
- uses: actions/checkout@v3
1414
- uses: actions/setup-java@v3

0 commit comments

Comments
 (0)