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 a229367 commit 8c313b4
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,14 +10,14 @@ jobs:
runs-on: ubuntu-22.04
strategy:
matrix:
java: [ '8', '11', '17', '21' ]
java: [ '8', '11', '17', '21', '22-ea' ]
name: Test against Java ${{ matrix.java }}
steps:
- uses: actions/checkout@v4
- name: Set up JDK
uses: actions/setup-java@v4
with:
distribution: 'zulu'
distribution: 'temurin'
java-version: ${{ matrix.java }}
cache: 'maven'
- name: Start RabbitMQ application
Expand Down

0 comments on commit 8c313b4

Please sign in to comment.