Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
BastiaanJansen authored Aug 9, 2023
1 parent 27a6c6c commit 9b7f13a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
java: [ 8, 9, 10, 11, 12, 13, 14, 15, 16, 17 ]
java: [ 8, 9, 11, 12, 13, 14, 15, 16, 17 ]
steps:
- name: Checkout source code
uses: actions/checkout@v3
Expand All @@ -26,7 +26,7 @@ jobs:
run: mvn -B package --file pom.xml
- run: mkdir artifacts && cp target/*.jar artifacts
- name: Upload Maven build artifact
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v3
with:
name: build-java-${{ matrix.java }}.jar
path: artifacts
Expand All @@ -37,7 +37,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
java: [ 8, 9, 10, 11, 12, 13, 14, 15, 16, 17 ]
java: [ 8, 9, 11, 12, 13, 14, 15, 16, 17 ]
steps:
- name: Checkout the repository
uses: actions/checkout@v3
Expand Down

0 comments on commit 9b7f13a

Please sign in to comment.