Skip to content

Add tests for R2024b #47

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Nov 19, 2024
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