Skip to content

Commit

Permalink
use java matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
fschlag committed Apr 21, 2024
1 parent 3e7c585 commit a6518b9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pride-ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:

strategy:
matrix:
java: [8, 11, 17]
java: [11, 17]
database: [hsql, sqlite]

steps:
Expand All @@ -22,7 +22,7 @@ jobs:
distribution: 'temurin'
cache: maven
- name: Build with Maven with database ${{ matrix.database }}
run: mvn clean test -B -P travis -Duser.name=${{ matrix.database }} --settings config/mvnsettings-for-travis.xml
run: mvn clean test -B -P travis -Duser.name=${{ matrix.database }} --settings config/mvnsettings-for-github-actions.xml

# Optional: Uploads the full dependency graph to GitHub to improve the quality of Dependabot alerts this repository can receive
- name: Update dependency graph
Expand Down
File renamed without changes.

0 comments on commit a6518b9

Please sign in to comment.