From 1bea7e41c5c0b1f47815c014d23339d41a1e6631 Mon Sep 17 00:00:00 2001 From: Slawomir Jaranowski Date: Sat, 29 Jun 2024 09:23:28 +0200 Subject: [PATCH] Maven 3.9.8 as default --- .github/workflows/test.yml | 4 ++-- README.md | 4 ++-- action.yml | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index d25c364..2eb77a2 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -19,7 +19,7 @@ jobs: matrix: os: [ 'ubuntu-latest', 'windows-latest', 'macOS-latest' ] java: [ '8', '11', '17', '21' ] - maven: [ '3.8.8', '3.9.6' ] + maven: [ '3.8.8', '3.9.8' ] fail-fast: false runs-on: ${{ matrix.os }} @@ -45,7 +45,7 @@ jobs: - uses: ./ - - run: mvn -V validate -Drequire.java=17 -Drequire.maven=3.9.6 + - run: mvn -V validate -Drequire.java=17 -Drequire.maven=3.9.8 shell: bash test-ok: diff --git a/README.md b/README.md index 0490651..e7faa64 100644 --- a/README.md +++ b/README.md @@ -70,7 +70,7 @@ So we can use for action: | params | destination | default | |---------------|---------------|---------| -| maven-version | maven-version | 3.9.6 | +| maven-version | maven-version | 3.9.8 | ## maven-settings-action @@ -93,7 +93,7 @@ jobs: strategy: matrix: - maven: [ '3.8.8', '3.9.6' ] + maven: [ '3.8.8', '3.9.8' ] name: Maven ${{ matrix.maven }} sample diff --git a/action.yml b/action.yml index ad65ea8..3e720b9 100644 --- a/action.yml +++ b/action.yml @@ -69,7 +69,7 @@ inputs: # maven version maven-version: description: 'The Maven version to set up' - default: '3.9.6' + default: '3.9.8' required: false # maven settings.xml