Skip to content

Commit

Permalink
Refine github workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
spannm committed Feb 25, 2024
1 parent 1983797 commit e9246ca
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci_jdk17_ubuntu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,5 +24,6 @@ jobs:
java-version: '17'
distribution: 'temurin'
cache: maven

- name: Build with Maven/JDK 17 on Ubuntu
run: mvn --batch-mode --file pom.xml clean verify
1 change: 1 addition & 0 deletions .github/workflows/ci_jdk21_ubuntu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,5 +24,6 @@ jobs:
java-version: '21'
distribution: 'temurin'
cache: maven

- name: Build with Maven/JDK 21 on Ubuntu
run: mvn --batch-mode --file pom.xml clean verify

0 comments on commit e9246ca

Please sign in to comment.