Skip to content

Commit aeaf090

Browse files
committed
ci: stop testing against Java 8 and 11
This is required to be able to test our support to Jackson 3. Cucumber Core also stopped testing against these versions.
1 parent 48d94b4 commit aeaf090

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,9 @@ jobs:
1818
matrix:
1919
os: [ ubuntu-latest ]
2020
java:
21-
- 8.0
22-
- 11
2321
- 17
2422
- 21
23+
- 25
2524
runs-on: ${{ matrix.os }}
2625
steps:
2726

@@ -40,7 +39,7 @@ jobs:
4039
uses: actions/setup-java@v5
4140
with:
4241
java-version: ${{ matrix.java }}
43-
distribution: 'adopt'
42+
distribution: 'temurin'
4443

4544
- uses: sbt/setup-sbt@v1
4645

.github/workflows/version-policy-check.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
uses: actions/setup-java@v5
3333
with:
3434
java-version: ${{ matrix.java }}
35-
distribution: 'adopt'
35+
distribution: 'temurin'
3636

3737
- uses: sbt/setup-sbt@v1
3838

0 commit comments

Comments
 (0)