X Tutup
Skip to content

Commit a4e152f

Browse files
committed
Update pipeline.yml
1 parent 3dd8f2e commit a4e152f

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/pipeline.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,12 +11,12 @@ on:
1111

1212
jobs:
1313
# old-school build and jar method. No tests run or compiled.
14-
build-11:
14+
build-8:
1515
runs-on: ubuntu-latest
1616
strategy:
1717
matrix:
1818
# build for java 11, however don't run any tests
19-
java: [ 11, 17, 19, 20 ]
19+
java: [ 8, 11, 17, 19, 20 ]
2020
name: Java ${{ matrix.java }}
2121
steps:
2222
- uses: actions/checkout@v3
@@ -44,7 +44,7 @@ jobs:
4444
strategy:
4545
matrix:
4646
# build against supported Java LTS versions:
47-
java: [ 11, 17 ]
47+
java: [ 8, 11, 17 ]
4848
name: Java ${{ matrix.java }}
4949
steps:
5050
- uses: actions/checkout@v3

0 commit comments

Comments
 (0)
X Tutup