Compile project with Java 24 and '-release' Java 17
Closes gh-45472
This commit is contained in:
committed by
Phillip Webb
parent
af220127d0
commit
6e2049eb92
11
.github/workflows/ci.yml
vendored
11
.github/workflows/ci.yml
vendored
@@ -18,21 +18,20 @@ jobs:
|
||||
name: Windows
|
||||
java:
|
||||
- version: 17
|
||||
toolchain: false
|
||||
toolchain: true
|
||||
- version: 21
|
||||
toolchain: false
|
||||
toolchain: true
|
||||
- version: 22
|
||||
toolchain: false
|
||||
toolchain: true
|
||||
- version: 23
|
||||
toolchain: true
|
||||
- version: 24
|
||||
early-access: true
|
||||
toolchain: true
|
||||
toolchain: false
|
||||
exclude:
|
||||
- os:
|
||||
name: Linux
|
||||
java:
|
||||
version: 17
|
||||
version: 24
|
||||
- os:
|
||||
name: ${{ github.repository == 'spring-projects/spring-boot-commercial' && 'Windows' }}
|
||||
steps:
|
||||
|
||||
Reference in New Issue
Block a user