Skip to content

Commit a91b0a4

Browse files
committed
update pipelines, run on 16 (now GA) and drop 15
1 parent 88f6072 commit a91b0a4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/test-windows.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
runs-on: windows-latest
1515
strategy:
1616
matrix:
17-
java: ['8', '11', '15', '16-ea', '17-ea']
17+
java: ['8', '11', '16', '17-ea']
1818

1919
steps:
2020
- uses: actions/checkout@v2

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
runs-on: ubuntu-latest
1515
strategy:
1616
matrix:
17-
java: ['8', '11', '15', '16-ea', '17-ea']
17+
java: ['8', '11', '16', '17-ea']
1818

1919
steps:
2020
- uses: actions/checkout@v2

0 commit comments

Comments
 (0)