Skip to content

Commit d0d6a02

Browse files
committed
Update github actions
- remove Java 16 support - move continue-on-error
1 parent ba2d870 commit d0d6a02

File tree

2 files changed

+3
-4
lines changed

2 files changed

+3
-4
lines changed

.github/workflows/test-pr.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,17 +9,16 @@ jobs:
99
name: Checkout and Build
1010
runs-on: ubuntu-latest
1111

12-
continue-on-error: true
13-
1412
strategy:
1513
fail-fast: false
1614
matrix:
17-
java-version: [8, 11, 16, 17, 21]
15+
java-version: [8, 11, 17, 21]
1816

1917
steps:
2018
- uses: actions/checkout@v4
2119
- name: JDK setup
2220
uses: actions/setup-java@v4
21+
continue-on-error: true
2322
with:
2423
java-version: ${{ matrix.java-version }}
2524
distribution: 'temurin'

.github/workflows/update-arlington-workflow.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111

1212
strategy:
1313
matrix:
14-
java-version: [11, 16, 17, 21]
14+
java-version: [11, 17, 21]
1515

1616
steps:
1717
- name: Checkout code

0 commit comments

Comments
 (0)