Skip to content

Commit eaafdd7

Browse files
committed
Test on Java 8
1 parent 03c289c commit eaafdd7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test-supported-java-versions.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
runs-on: ubuntu-22.04
1111
strategy:
1212
matrix:
13-
java: [ '11', '17', '20', '21-ea', '22-ea']
13+
java: [ '8', '11', '17', '20', '21-ea', '22-ea']
1414
name: Test against Java ${{ matrix.java }}
1515
steps:
1616
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)