Thanks to visit codestin.com
Credit goes to github.com

Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
# Run tInstall on Ubuntu against python versions 3.11, 3.10 and 3.9
# Run tInstall on Ubuntu against python versions 3.12, 3.11, 3.10 and 3.9

name: Test R2024a
name: Test R2024b

on:
push:
branches:
- R2024a
- R2024b

pull_request:
branches:
- R2024a
- R2024b

# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:
Expand All @@ -21,7 +21,7 @@ jobs:
test-python-engine:
strategy:
matrix:
python: ["3.11", "3.10", "3.9"]
python: ["3.12", "3.11", "3.10", "3.9"]

runs-on: ubuntu-latest

Expand All @@ -34,7 +34,7 @@ jobs:
- name: Set up MATLAB
uses: matlab-actions/setup-matlab@v2
with:
release: R2024a
release: R2024b

- uses: actions/checkout@v3

Expand Down
Loading