Skip to content

Commit a4ccf64

Browse files
author
TheSnoozer
committed
#533: drop maven 3.0.X from our test-matrix
1 parent 3081bcc commit a4ccf64

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
@@ -65,7 +65,7 @@ jobs:
6565
strategy:
6666
matrix:
6767
java_version: ['11']
68-
maven_version: ['3.0', '3.0.5', '3.1.1', '3.2.5', '3.3.9', '3.5.4', '3.6.3', '3.8.1']
68+
maven_version: ['3.1.1', '3.2.5', '3.3.9', '3.5.4', '3.6.3', '3.8.1']
6969

7070
steps:
7171
- uses: actions/checkout@v2

0 commit comments

Comments
 (0)