Skip to content

Commit

Permalink
Merge branch 'main' into dependabot/maven/org.jboss-jboss-parent-40
Browse files Browse the repository at this point in the history
  • Loading branch information
rhusar authored Dec 2, 2023
2 parents bcd76e4 + d02614d commit 62921a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
- name: Checkout
uses: actions/checkout@v4
- name: Set up JDK ${{ matrix.java }}
uses: actions/setup-java@v3
uses: actions/setup-java@v4
with:
# Use 'oracle' distribution for JDK 21 until 'temurin' is available.
distribution: ${{ matrix.java == 21 && 'oracle' || 'temurin' }}
Expand Down

0 comments on commit 62921a8

Please sign in to comment.