Skip to content

Commit

Permalink
update github action
Browse files Browse the repository at this point in the history
  • Loading branch information
forax committed May 17, 2024
1 parent 7a9da17 commit 317ce45
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,14 +9,17 @@ on:
jobs:
build:
runs-on: ubuntu-latest
name: Java + Loom early access build
strategy:
matrix:
java: [ '21' ]
name: Java ${{ matrix.Java }}
steps:
- uses: actions/checkout@v3
- name: setup
uses: oracle-actions/setup-java@v1
uses: actions/setup-java@v3
with:
website: jdk.java.net
release: 21
distribution: zulu
java-version: ${{ matrix.java }}
- name: build
run: |
mvn -B package

0 comments on commit 317ce45

Please sign in to comment.