summaryrefslogtreecommitdiffstats
path: root/.github/workflows/tests.yml
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-19 05:38:43 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-04-19 05:38:43 +0000
commitc0e738bc25ae76cf5092d6e0f86938fa5684dd27 (patch)
tree0f6250f19003fc920775fead71e48bf918c27a35 /.github/workflows/tests.yml
parentReleasing progress-linux version 0.7.1-1~progress7.99u1. (diff)
downloadport-for-c0e738bc25ae76cf5092d6e0f86938fa5684dd27.tar.xz
port-for-c0e738bc25ae76cf5092d6e0f86938fa5684dd27.zip
Merging upstream version 0.7.2.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to '.github/workflows/tests.yml')
-rw-r--r--.github/workflows/tests.yml13
1 files changed, 9 insertions, 4 deletions
diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml
index adbb036..d3f05ef 100644
--- a/.github/workflows/tests.yml
+++ b/.github/workflows/tests.yml
@@ -8,8 +8,13 @@ on:
jobs:
tests:
- uses: fizyk/actions-reuse/.github/workflows/tests-pytests.yml@v2.1.2
+ uses: fizyk/actions-reuse/.github/workflows/tests-pytests.yml@v2.4.0
with:
- python-versions: '["3.7", "3.8", "3.9", "3.10", "3.11", "pypy-3.8"]'
- pipenv: true
- pipenv-install-options: --skip-lock
+ python-versions: '["3.8", "3.9", "3.10", "3.11", "3.12", "pypy-3.8"]'
+ tests-macos:
+ needs:
+ - tests
+ uses: fizyk/actions-reuse/.github/workflows/tests-pytests.yml@v2.4.0
+ with:
+ python-versions: '["3.8", "3.9", "3.10", "3.11", "3.12", "pypy-3.8"]'
+ os: macos-latest