Skip to content

Commit 0412b61

Browse files
authored
Merge pull request #74 from tedhexaflow/update-gh-actions
Update Github Actions
2 parents 249d442 + 9c35c14 commit 0412b61

1 file changed

Lines changed: 2 additions & 4 deletions

File tree

.github/workflows/test.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,13 +10,12 @@ jobs:
1010
build:
1111
strategy:
1212
matrix:
13-
dockerfile:
13+
dockerfile:
1414
- 9000/jre8/Dockerfile
1515
- 9000/jdk8/Dockerfile
1616
- 9000/jre11/Dockerfile
1717
- 9000/jdk11/Dockerfile
18-
- 9000/jdk14/Dockerfile
19-
- 9000/jdk15/Dockerfile
18+
- 9000/jdk16/Dockerfile
2019
runs-on: ubuntu-latest
2120

2221
steps:
@@ -25,4 +24,3 @@ jobs:
2524
run: ./update.sh && git diff --quiet HEAD
2625
- name: Build all the things
2726
run: docker build -< ${{ matrix.dockerfile }}
28-

0 commit comments

Comments
 (0)