Skip to content

Commit 81dac7a

Browse files
authoredJul 29, 2024··
Update test_future.yml
1 parent 7f1bcae commit 81dac7a

File tree

1 file changed

+7
-7
lines changed

1 file changed

+7
-7
lines changed
 

‎.github/workflows/test_future.yml

+7-7
Original file line numberDiff line numberDiff line change
@@ -10,37 +10,37 @@ jobs:
1010
runs-on: ${{ matrix.os }}
1111
strategy:
1212
matrix:
13-
os: [windows-latest, ubuntu-latest, macos-latest]
14-
python-version: [3.7, 3.8, 3.9, '3.10']
13+
os: [windows-latest, ubuntu-latest, macos-12]
14+
python-version: [3.8, 3.9, '3.10', '3.11', '3.12']
1515

1616
steps:
1717
- name: Set up Python ${{ matrix.python-version }}
18-
uses: actions/setup-python@v1
18+
uses: actions/setup-python@v5
1919
with:
2020
python-version: ${{ matrix.python-version }}
2121

2222
- name: Checkout future branch
23-
uses: actions/checkout@v2
23+
uses: actions/checkout@v4
2424
with:
2525
ref: future
2626
path: robotics-toolbox-python
2727

2828
- name: Checkout Swift
29-
uses: actions/checkout@v2
29+
uses: actions/checkout@v4
3030
with:
3131
ref: future
3232
repository: jhavl/swift
3333
path: swift
3434

3535
- name: Checkout Spatialmath
36-
uses: actions/checkout@v2
36+
uses: actions/checkout@v4
3737
with:
3838
ref: future
3939
repository: petercorke/spatialmath-python
4040
path: sm
4141

4242
- name: Checkout Spatialgeometry
43-
uses: actions/checkout@v2
43+
uses: actions/checkout@v4
4444
with:
4545
ref: future
4646
repository: jhavl/spatialgeometry

0 commit comments

Comments
 (0)
Please sign in to comment.