Skip to content

Commit

Permalink
update workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
esaulpaugh committed Apr 2, 2024
1 parent a2d2852 commit c766d91
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/gradle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
uses: actions/setup-java@v3
with:
distribution: 'zulu'
java-version: '8.0.392'
java-version: '8.0.402'
java-package: jdk
architecture: x86
cache: 'gradle'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
strategy:
matrix:
os: [ macos-11, macos-12, macos-13, macos-14, ubuntu-20.04, windows-2022 ]
version: [ '8', '21.0.2' ]
version: [ '8', '22.0.0' ]

runs-on: ${{ matrix.os }}

Expand Down

0 comments on commit c766d91

Please sign in to comment.