Skip to content

Commit

Permalink
Run Platform verification builds with Maven 3.9.1
Browse files Browse the repository at this point in the history
Maven 3.9.1 is the first 'working' version of the 3.9.x line.
  • Loading branch information
HannesWell authored and laeubi committed May 29, 2023
1 parent 8b73c9b commit deb603b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/verify-platform.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
- name: Set up Maven
uses: stCarolas/[email protected]
with:
maven-version: 3.8.6
maven-version: 3.9.1
- name: Build Tycho
env:
JAVA_HOME: ${{ env.JAVA_HOME_17_X64 }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/verify-platform2.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
- name: Set up Maven
uses: stCarolas/[email protected]
with:
maven-version: 3.8.6
maven-version: 3.9.1
- name: Build Tycho
env:
JAVA_HOME: ${{ env.JAVA_HOME_17_X64 }}
Expand Down

0 comments on commit deb603b

Please sign in to comment.