Skip to content

Commit

Permalink
Explicitly use v6.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
pronovic committed Mar 25, 2024
1 parent 53e7308 commit cb04713
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/test-suite.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,23 +16,23 @@ concurrency:
jobs:
linux-build-and-test:
name: "Linux"
uses: pronovic/gha-shared-workflows/.github/workflows/poetry-build-and-test.yml@v6.0.3
uses: pronovic/gha-shared-workflows/.github/workflows/poetry-build-and-test.ymlv6.0.4
secrets: inherit
with:
matrix-os-version: "[ 'ubuntu-latest' ]"
matrix-python-version: "[ '3.9', '3.10', '3.11', '3.12' ]" # run Linux tests on all supported Python versions
enable-coveralls: true # only report to coveralls.io for tests that run on Linux
macos-build-and-test:
name: "MacOS"
uses: pronovic/gha-shared-workflows/.github/workflows/poetry-build-and-test.yml@v6.0.3
uses: pronovic/gha-shared-workflows/.github/workflows/poetry-build-and-test.ymlv6.0.4
secrets: inherit
with:
matrix-os-version: "[ 'macos-latest' ]"
matrix-python-version: "[ '3.12' ]" # only run MacOS tests on latest Python
enable-coveralls: false
windows-build-and-test:
name: "Windows"
uses: pronovic/gha-shared-workflows/.github/workflows/poetry-build-and-test.yml@v6.0.3
uses: pronovic/gha-shared-workflows/.github/workflows/poetry-build-and-test.ymlv6.0.4
secrets: inherit
with:
matrix-os-version: "[ 'windows-latest' ]"
Expand All @@ -41,7 +41,7 @@ jobs:
release:
name: "Release"
if: github.ref_type == 'tag'
uses: pronovic/gha-shared-workflows/.github/workflows/poetry-release.yml@v6.0.3
uses: pronovic/gha-shared-workflows/.github/workflows/poetry-release.ymlv6.0.4
needs: [ linux-build-and-test, macos-build-and-test, windows-build-and-test ]
secrets: inherit
with:
Expand Down

0 comments on commit cb04713

Please sign in to comment.