Skip to content

Commit

Permalink
#118/#119: maven-resources-plugin:3.2.0 requires Maven version 3.1.0 …
Browse files Browse the repository at this point in the history
…=> drop support for Maven 3.0.x
  • Loading branch information
nicoulaj committed Jul 5, 2021
1 parent 1d55d11 commit 50e1b0c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Expand Up @@ -16,7 +16,7 @@ jobs:
matrix:
os: [ 'ubuntu-latest', 'macos-latest', 'windows-latest' ]
java: [ '8', '11', '15', '16' ]
maven: [ '3.0.5', '3.1.1', '3.2.5', '3.3.9', '3.5.4', '3.6.3', '3.8.1' ]
maven: [ '3.1.1', '3.2.5', '3.3.9', '3.5.4', '3.6.3', '3.8.1' ]

runs-on: ${{ matrix.os }}

Expand Down

0 comments on commit 50e1b0c

Please sign in to comment.