Skip to content

Commit

Permalink
saving
Browse files Browse the repository at this point in the history
  • Loading branch information
lemire committed Nov 1, 2024
1 parent 90d1725 commit ef671fd
Showing 1 changed file with 7 additions and 9 deletions.
16 changes: 7 additions & 9 deletions .github/workflows/mvnallversions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,12 +7,10 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v4
- name: Set up JDKs 11
uses: actions/setup-java@v4
with:
distribution: 'temurin'
java-version: |
11
- name: Test with Java 11
run: mvn test
- uses: actions/checkout@v4
- uses: actions/setup-java@v4
with:
distribution: 'temurin'
java-version: '21'
- name: Build with Maven
run: mvn -B package --file pom.xml

0 comments on commit ef671fd

Please # to comment.