Skip to content

Commit

Permalink
Fix Min Java version required
Browse files Browse the repository at this point in the history
  • Loading branch information
javiertuya committed Jul 17, 2024
1 parent 24aa9d2 commit 8e9e3cf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
- uses: actions/setup-java@v4
with:
distribution: 'temurin'
java-version: '11'
java-version: '8'
cache: 'maven'

- name: Launch Petstore
Expand All @@ -42,7 +42,7 @@ jobs:
if: ${{ matrix.scope == 'Market' }}
working-directory: ./sut-market
run: |
mvn package -DskipTests=true -ntp
#don't precompile, here, requires java 11
docker build -t market-rest --build-arg module=market-rest .
docker build -t market-web --build-arg module=market-web .
docker-compose -f docker-compose.yaml up -d
Expand Down

0 comments on commit 8e9e3cf

Please sign in to comment.