Skip to content

Commit 6d42caf

Browse files
author
Sergey Shelomentsev
committed
chore: remove java 8 from test runs
1 parent e2070ba commit 6d42caf

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
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: 1 addition & 1 deletion
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

0 commit comments

Comments
 (0)