Upgrade to Boot 3.x
- For now port spring-native to framework config. - 3rd party configs should go somewhere else. - Fix changes from javax to jakarta. - Change java settings as we now require jdk 17. - Fixes #385
This commit is contained in:
8
.github/workflows/ci.yml
vendored
8
.github/workflows/ci.yml
vendored
@@ -13,15 +13,9 @@ jobs:
|
||||
fail-fast: false
|
||||
matrix:
|
||||
include:
|
||||
- nickname: linux jdk8
|
||||
java: 8
|
||||
disable-samples: true
|
||||
- nickname: linux jdk11
|
||||
java: 11
|
||||
disable-samples: false
|
||||
- nickname: linux jdk17
|
||||
java: 17
|
||||
disable-samples: false
|
||||
disable-samples: true
|
||||
name: CI Build ${{ matrix.nickname }}
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
|
||||
Reference in New Issue
Block a user