Skip to content

Commit

Permalink
Use Java 11 in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
vietj committed Jun 30, 2023
1 parent 2fb8c76 commit 6a8f42c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci-5.x.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
matrix:
include:
- os: ubuntu-latest
jdk: 8
jdk: 11
- os: ubuntu-latest
jdk: 17
uses: ./.github/workflows/ci.yml
Expand All @@ -29,5 +29,5 @@ jobs:
uses: ./.github/workflows/deploy.yml
with:
branch: ${{ github.event.pull_request.head.sha || github.ref_name }}
jdk: 8
jdk: 11
secrets: inherit

0 comments on commit 6a8f42c

Please sign in to comment.