Skip to content

Commit

Permalink
Merge pull request #140 from ascopes/task/java-22
Browse files Browse the repository at this point in the history
Build on Java 22
  • Loading branch information
ascopes authored Apr 1, 2024
2 parents f9b92bb + 44e6b98 commit c1d22a8
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
fail-fast: false
matrix:
os-name: [ubuntu-latest, macos-latest, windows-latest]
java-version: [11, 21]
java-version: [11, 22]

steps:
- name: Checkout code
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ jobs:
environment:
name: github-pages
url: https://ascopes.github.io/protobuf-maven-plugin

steps:
- name: Deploy site
if: ${{ ! inputs.dry-run && ! inputs.skip-site-publication }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/security.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
uses: actions/setup-java@v4
with:
distribution: zulu
java-version: 21
java-version: 22

- name: Submit Dependency Snapshot
# Pinned until https://github.com/advanced-security/maven-dependency-submission-action/issues/65 is addressed
Expand Down

0 comments on commit c1d22a8

Please sign in to comment.