Skip to content

Commit

Permalink
Revert "Use JDK 18 GA instead of 18 EA"
Browse files Browse the repository at this point in the history
Temurin 18 is not yet released for all platform.
Revert to the EA version until the GA version
is available for all platforms.

This reverts commit aa88e4e.
  • Loading branch information
plamentotev committed Mar 25, 2022
1 parent aa88e4e commit 325902d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ on:
jdk-matrix:
description: 'jdk matrix as json array'
required: false
default: '[ "8", "11", "17", "18" ]'
default: '[ "8", "11", "17", "18-ea" ]'
type: string

matrix-exclude:
Expand Down

0 comments on commit 325902d

Please sign in to comment.