We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7ab6cda commit 0d2f706Copy full SHA for 0d2f706
.github/workflows/pull-request.yml
@@ -7,7 +7,7 @@ jobs:
7
runs-on: ubuntu-latest
8
strategy:
9
matrix:
10
- java: [ '11', '15', '17' ]
+ java: [ '8' ]
11
steps:
12
- name: Checkout
13
uses: actions/checkout@v4
.github/workflows/snapshot.yml
@@ -12,7 +12,7 @@ jobs:
- name: Setup java
uses: actions/setup-java@v3
14
with:
15
- java-version: '11'
+ java-version: '8'
16
distribution: 'adopt'
17
- name: Build with Maven
18
run: mvn --batch-mode --update-snapshots verify
@@ -26,7 +26,7 @@ jobs:
26
- name: Setup Maven Central
27
28
29
30
31
server-id: ossrh
32
server-username: MAVEN_USERNAME
0 commit comments