We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 04b5f39 commit 4487a76Copy full SHA for 4487a76
.github/workflows/build-on-pull-request.yml
@@ -3,14 +3,14 @@ on: push
3
# pull_request:
4
# branches: [main]
5
jobs:
6
- build:
+ build-and-test:
7
runs-on: ubuntu-latest
8
steps:
9
- uses: actions/checkout@v5
10
- - name: Set up JDK 11 for x64
+ - name: Set up JDK 8 for x64
11
uses: actions/setup-java@v4
12
with:
13
- java-version: "11"
+ java-version: "8"
14
distribution: "temurin"
15
architecture: x64
16
- run: mvn package -Dmaven.wagon.http.ssl.insecure=true -Dmaven.wagon.http.ssl.allowall=true
0 commit comments