Skip to content

Commit de0bea4

Browse files
committed
Update java versions in GitHub action
1 parent 3e2af08 commit de0bea4

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
fail-fast: false
1111
matrix:
1212
os: [macos-latest, ubuntu-latest, windows-latest]
13-
java-version: ["11", "21"]
13+
java-version: ["17", "25"]
1414

1515
steps:
1616
- name: Git checkout
@@ -25,7 +25,7 @@ jobs:
2525
shell: bash
2626
run: mvn clean install --batch-mode -PintegrationTests
2727
- name: "Deploy"
28-
if: github.repository_owner == 'eirslett' && github.ref == 'refs/heads/master' && matrix.os == 'ubuntu-latest' && matrix.java-version == '11'
28+
if: github.repository_owner == 'eirslett' && github.ref == 'refs/heads/master' && matrix.os == 'ubuntu-latest' && matrix.java-version == '17'
2929
shell: bash
3030
env:
3131
GPG_KEY: ${{ secrets.GPG_KEY }}

0 commit comments

Comments
 (0)