Skip to content

Commit

Permalink
Merge pull request #83 from eMoflon/feature/update-maven-399
Browse files Browse the repository at this point in the history
Updates Maven to v3.9.9
  • Loading branch information
maxkratz committed Aug 23, 2024
2 parents bd34134 + 704b4f4 commit dbeaa24
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 dbeaa24

Please sign in to comment.