Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
…or-python into R2024a
  • Loading branch information
alanfmw committed Mar 24, 2024
2 parents afb4816 + 521d0ca commit a8ac30a
Showing 1 changed file with 5 additions and 5 deletions.
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

name: Test R2023b
name: Test R2024a

on:
push:
branches:
- R2023b
- R2024a

pull_request:
branches:
- R2023b
- R2024a

# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:
Expand All @@ -32,9 +32,9 @@ jobs:
python-version: ${{ matrix.python }}

- name: Set up MATLAB
uses: matlab-actions/setup-matlab@v1
uses: matlab-actions/setup-matlab@v2
with:
release: R2023b
release: R2024a

- uses: actions/checkout@v3

Expand Down

0 comments on commit a8ac30a

Please sign in to comment.