We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3e2af08 commit de0bea4Copy full SHA for de0bea4
1 file changed
.github/workflows/main.yml
@@ -10,7 +10,7 @@ jobs:
10
fail-fast: false
11
matrix:
12
os: [macos-latest, ubuntu-latest, windows-latest]
13
- java-version: ["11", "21"]
+ java-version: ["17", "25"]
14
15
steps:
16
- name: Git checkout
@@ -25,7 +25,7 @@ jobs:
25
shell: bash
26
run: mvn clean install --batch-mode -PintegrationTests
27
- name: "Deploy"
28
- if: github.repository_owner == 'eirslett' && github.ref == 'refs/heads/master' && matrix.os == 'ubuntu-latest' && matrix.java-version == '11'
+ if: github.repository_owner == 'eirslett' && github.ref == 'refs/heads/master' && matrix.os == 'ubuntu-latest' && matrix.java-version == '17'
29
30
env:
31
GPG_KEY: ${{ secrets.GPG_KEY }}
0 commit comments