Skip to content

Commit

Permalink
Add Java 22 EA to workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
acogoluegnes committed Dec 4, 2023
1 parent 0bd8089 commit 46367e0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test-supported-java-versions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
runs-on: ubuntu-22.04
strategy:
matrix:
java: [ '11', '17', '21']
java: [ '11', '17', '21', '22-ea' ]
name: Test against Java ${{ matrix.java }}
steps:
- uses: actions/checkout@v4
Expand All @@ -22,7 +22,7 @@ jobs:
- name: Set up JDK
uses: actions/setup-java@v4
with:
distribution: 'zulu'
distribution: 'temurin'
java-version: ${{ matrix.java }}
cache: 'maven'
- name: Start broker
Expand Down

0 comments on commit 46367e0

Please sign in to comment.