mirror of
https://github.com/actions/setup-python.git
synced 2025-07-05 17:13:46 +00:00
Modified workflows to enhance the testing in accordance with latest changes
This commit is contained in:
parent
d1c8c01178
commit
7234b81688
5 changed files with 135 additions and 40 deletions
11
.github/workflows/test-graalpy.yml
vendored
11
.github/workflows/test-graalpy.yml
vendored
|
@ -18,11 +18,12 @@ jobs:
|
|||
strategy:
|
||||
fail-fast: false
|
||||
matrix:
|
||||
os: [ubuntu-20.04, ubuntu-22.04, ubuntu-24.04, macos-latest, macos-13]
|
||||
os: [ubuntu-20.04, ubuntu-22.04, ubuntu-latest, macos-latest, macos-13]
|
||||
graalpy:
|
||||
- 'graalpy-24.1'
|
||||
- 'graalpy-23.1'
|
||||
|
||||
- 'graalpy-23.0'
|
||||
- 'graalpy-22.3'
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v4
|
||||
|
@ -63,8 +64,8 @@ jobs:
|
|||
strategy:
|
||||
fail-fast: false
|
||||
matrix:
|
||||
os: [ubuntu-20.04, ubuntu-22.04, ubuntu-24.04, macos-latest, macos-13]
|
||||
graalpy: ['graalpy24.1', 'graalpy23.1']
|
||||
os: [ubuntu-20.04, ubuntu-22.04, ubuntu-latest, macos-latest, macos-13]
|
||||
graalpy: ['graalpy24.1', 'graalpy23.1', 'graalpy23.0', 'graalpy22.3']
|
||||
|
||||
steps:
|
||||
- name: Checkout
|
||||
|
@ -88,7 +89,7 @@ jobs:
|
|||
strategy:
|
||||
fail-fast: false
|
||||
matrix:
|
||||
os: [ubuntu-20.04, ubuntu-22.04, ubuntu-24.04, macos-latest, macos-13]
|
||||
os: [ubuntu-20.04, ubuntu-22.04, ubuntu-latest, macos-latest, macos-13]
|
||||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
- name: Setup GraalPy and check latest
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue