Skip to content

Commit

Permalink
Update github action build
Browse files Browse the repository at this point in the history
  • Loading branch information
LeonStoldt committed May 22, 2024
1 parent 0570f8f commit bf6b0b6
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,15 @@ jobs:
build:
strategy:
matrix:
os: [ubuntu-20.04]
jdk: [17]
os: [ ubuntu-latest ]
jdk: [ 11, 17, 21 ]
runs-on: ${{ matrix.os }}
env:
JDK_VERSION: ${{ matrix.jdk }}
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- name: setup jdk
uses: actions/setup-java@v1
uses: actions/setup-java@v4
with:
java-version: ${{ matrix.jdk }}
- name: build with maven
Expand Down

0 comments on commit bf6b0b6

Please sign in to comment.