Skip to content

Commit

Permalink
Surefire and Maven updates
Browse files Browse the repository at this point in the history
- Only JDK 11
- Maven 3.9.6
- More output
  • Loading branch information
asturio committed Jan 8, 2024
1 parent fa1ebd3 commit 3edebe4
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
matrix:
# The last 3 LTS releases
# Java 8 is supported until May 2026
java: [ 11, 17, 21 ]
java: [ 11 ] # , 17, 21 ]
name: Java ${{matrix.java}}
steps:
- uses: actions/checkout@v4.1.1
Expand All @@ -27,10 +27,8 @@ jobs:
with:
java-distribution: temurin
java-version: ${{matrix.java}}
maven-version: 3.9.5
- name: Check locales
run: locale -a; locale
maven-version: 3.9.6
- name: Check maven version
run: mvn -v
run: mvn -v; echo "** ls **"; pwd && ls -l
- name: Build with Maven
run: mvn -B install --file pom.xml -Dgpg.skip

0 comments on commit 3edebe4

Please sign in to comment.