Skip to content

Commit

Permalink
Merge pull request #159 from hazendaz/master
Browse files Browse the repository at this point in the history
Github Actions updates
  • Loading branch information
hazendaz committed Jul 10, 2022
2 parents b20d225 + 85c7d50 commit cf9e702
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 5 deletions.
4 changes: 4 additions & 0 deletions .github/dependabot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,10 @@

version: 2
updates:
- package-ecosystem: github-actions
directory: "/"
schedule:
interval: daily
- package-ecosystem: maven
directory: "/"
schedule:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest]
java: [8, 11, 16, 17-ea]
distribution: ['adopt']
java: [8, 11, 17, 18, 19-ea]
distribution: ['zulu']
fail-fast: false
max-parallel: 4
name: Test JDK ${{ matrix.java }}, ${{ matrix.os }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/coveralls.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
uses: actions/setup-java@v2
with:
java-version: 8
distribution: adopt
distribution: zulu
- name: Start Redis
uses: supercharge/redis-github-action@1.1.0
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/sonar.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
uses: actions/setup-java@v2
with:
java-version: 11
distribution: adopt
distribution: zulu
- name: Start Redis
uses: supercharge/redis-github-action@1.1.0
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/sonatype.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
uses: actions/setup-java@v2
with:
java-version: 11
distribution: adopt
distribution: zulu
- name: Start Redis
uses: supercharge/redis-github-action@1.1.0
with:
Expand Down

0 comments on commit cf9e702

Please sign in to comment.