Skip to content

Commit 279ee19

Browse files
author
Sergey Shelomentsev
committed
ci: remove java 8 from tests
1 parent 50b244d commit 279ee19

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/functional.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
runs-on: ubuntu-20.04
1515
strategy:
1616
matrix:
17-
java: [ '8', '11', '17', '21' ]
17+
java: [ '11', '17', '21' ]
1818

1919
steps:
2020
- uses: actions/checkout@v4

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
name: Java ${{ matrix.Java }}
1212
strategy:
1313
matrix:
14-
java: [ '8', '11', '17', '21' ]
14+
java: [ '11', '17', '21' ]
1515

1616
steps:
1717
- uses: actions/checkout@v4
@@ -20,4 +20,4 @@ jobs:
2020
distribution: 'zulu'
2121
java-version: '${{ matrix.java }}'
2222
cache: 'gradle'
23-
- run: ./gradlew test
23+
- run: ./gradlew test

0 commit comments

Comments
 (0)