Skip to content

Commit 98e322b

Browse files
committed
GH-5076: Always build with Java 17 or higher in Github Actions (remove Java 11)
1 parent 53e007d commit 98e322b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/develop-status.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
runs-on: ubuntu-latest
1212
strategy:
1313
matrix:
14-
jdk: [11, 17]
14+
jdk: [17]
1515

1616
steps:
1717
- uses: actions/checkout@v4

.github/workflows/main-status.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
runs-on: ubuntu-latest
1212
strategy:
1313
matrix:
14-
jdk: [11, 17]
14+
jdk: [17]
1515

1616
steps:
1717
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)