Skip to content

Commit

Permalink
Test using JDK 21
Browse files Browse the repository at this point in the history
  • Loading branch information
rpalcolea committed Sep 28, 2023
1 parent 746c5d8 commit 5acef64
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/nebula.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
strategy:
matrix:
# test against latest update of some major Java version(s), as well as specific LTS version(s)
java: [ 8, 17, 20]
java: [ 8, 17, 21]
name: Gradle Build without Publish
steps:
- uses: actions/checkout@v1
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -220,7 +220,7 @@ class OspackageApplicationSpringBootPluginLauncherSpec extends IntegrationSpec {
bootVersion << ['2.7.0']
}

@IgnoreIf({ jvm.isJava17() || jvm.isJava20() })
@IgnoreIf({ jvm.isJava17() || jvm.isJava21() })
@Unroll
def 'application fails if mainClassName is not present (old versions of Gradle)'() {
final applicationDir = "$moduleName-boot"
Expand Down

0 comments on commit 5acef64

Please sign in to comment.