Skip to content

Commit 2d2e22b

Browse files
Fixing Test Matrix
1 parent 4e7a5bb commit 2d2e22b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/maven.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
runs-on: ubuntu-latest
1818
strategy:
1919
matrix:
20-
java: [ '8', '11', '15', '17' ]
20+
java: [ '15' ]
2121
steps:
2222
- uses: actions/checkout@v2
2323
- name: Set up JDK

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
strategy:
1313
matrix:
1414
os: [windows-2022, windows-2019, ubuntu-18.04, ubuntu-20.04]
15-
java-version: ['8', '11']
15+
java-version: ['8', '11', '15', '17']
1616
distribution: ['zulu', 'temurin']
1717
steps:
1818
- name: Checkout

0 commit comments

Comments
 (0)