Skip to content

Commit

Permalink
Merge pull request #1603 from Sloeber/Modify_Maven_and_tycho_versions…
Browse files Browse the repository at this point in the history
…_for_actions

Modify maven and tycho versions for actions
  • Loading branch information
jantje authored Dec 15, 2023
2 parents 4fadf3e + 55f5fe7 commit b1b8e70
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,9 @@

name: Java CI with Maven




on:
push:
branches: [ master ]
Expand All @@ -15,6 +18,9 @@ jobs:
runs-on: ubuntu-latest

steps:
- name: show Maven
run: mvn -version

- uses: actions/checkout@v2
- name: Set up JDK 17
uses: actions/setup-java@v2
Expand Down

0 comments on commit b1b8e70

Please sign in to comment.