Skip to content

Commit

Permalink
coverage.yml updated to use JDK8
Browse files Browse the repository at this point in the history
  • Loading branch information
nandika committed Apr 27, 2024
1 parent 1d26b1b commit a4eadc0
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@ name: Coverage workflow Uploader
on:
push:
branches: [ "5.3.x" ]
pull_request:
branches: [ "5.3.x" ]
schedule:
- cron: '0 20 * * *'
workflow_dispatch:
Expand All @@ -20,10 +18,10 @@ jobs:
uses: actions/checkout@v3
with:
fetch-depth: '10'
- name: Set up JDK 11
- name: Set up JDK 8
uses: actions/setup-java@v2
with:
java-version: 11
java-version: 8
distribution: 'temurin'
- name: Cache Maven packages
uses: actions/cache@v3
Expand Down

0 comments on commit a4eadc0

Please sign in to comment.