Skip to content

Commit d3a3ff2

Browse files
committed
[GHA] Drop maven 3.1.0 / 3.1.1 as not supported, add 3.9.2
Most of maven requires at least 3.2.5 now. Many are at 3.3.9 or better. There is no reason to support such old 3.1.1 or before.
1 parent 716cb3e commit d3a3ff2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/default-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ jobs:
5959
strategy:
6060
matrix:
6161
java_version: ['11']
62-
maven_version: ['3.1.0-alpha-1', '3.1.1', '3.2.5', '3.3.9', '3.5.4', '3.6.3', '3.8.8', '3.9.1', '4.0.0-alpha-5']
62+
maven_version: ['3.2.5', '3.3.9', '3.5.4', '3.6.3', '3.8.8', '3.9.1', '3.9.2', '4.0.0-alpha-5']
6363

6464
steps:
6565
- uses: actions/checkout@v3

0 commit comments

Comments
 (0)