Skip to content

Commit b7651fa

Browse files
author
Morten Haraldsen
committed
Reverting to test with java 8 again
1 parent 398a7e1 commit b7651fa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
runs-on: ubuntu-latest
1313
strategy:
1414
matrix:
15-
java: [ 11, 17, 21 ]
15+
java: [8, 11, 17, 21 ]
1616
name: Java ${{ matrix.java }}
1717
steps:
1818
- uses: actions/checkout@v3

0 commit comments

Comments
 (0)