Skip to content

Commit 63c1a8d

Browse files
committed
fix: restore proper testing matrices (minus Java 16)
1 parent e42c3d0 commit 63c1a8d

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

.github/workflows/pr.yml

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -15,12 +15,9 @@ jobs:
1515
runs-on: ubuntu-latest
1616
strategy:
1717
matrix:
18-
# java: [11, 16]
1918
java: [ 11 ]
20-
distribution: [ temurin ]
21-
kubernetes: [ 'v1.22.1' ]
22-
# distribution: [ temurin, adopt-openj9 ]
23-
# kubernetes: [ 'v1.17.13','v1.18.20','v1.19.14','v1.20.10','v1.21.4', 'v1.22.1' ]
19+
distribution: [ temurin, adopt-openj9 ]
20+
kubernetes: [ 'v1.17.13','v1.18.20','v1.19.14','v1.20.10','v1.21.4', 'v1.22.1' ]
2421
steps:
2522
- uses: actions/checkout@v2
2623
- name: Set up Java and Maven

0 commit comments

Comments
 (0)