Skip to content

Commit

Permalink
Updates Maven to v3.9.9
Browse files Browse the repository at this point in the history
  • Loading branch information
maxkratz committed Aug 23, 2024
1 parent bd34134 commit 704b4f4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
- name: Set up Maven
uses: stCarolas/setup-maven@v5
with:
maven-version: 3.9.8
maven-version: 3.9.9
- name: Build with Maven
run: mvn --batch-mode --update-snapshots package
- name: Upload updatesite artifact
Expand All @@ -61,7 +61,7 @@ jobs:
- name: Set up Maven
uses: stCarolas/setup-maven@v5
with:
maven-version: 3.9.8
maven-version: 3.9.9
- name: Create JavaDoc with Maven
run: mvn --batch-mode --update-snapshots site
- name: Upload doc artifact
Expand All @@ -87,7 +87,7 @@ jobs:
- name: Set up Maven
uses: stCarolas/setup-maven@v5
with:
maven-version: 3.9.8
maven-version: 3.9.9
- name: Test with Maven
run: mvn --batch-mode --update-snapshots clean -Dtest=BasicTest,GlpkTest,SolverTest -DfailIfNoTests=false verify

Expand Down

0 comments on commit 704b4f4

Please sign in to comment.