Skip to content

Commit

Permalink
Update test.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
taylormcd authored Oct 26, 2021
1 parent c468a05 commit 04d6d69
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
julia-version: ['1.1', '1.2', '1.3', '1.4', '1.5']
julia-version: ['1.5']
julia-arch: [x64]
os: [ubuntu-latest]

Expand All @@ -29,7 +29,7 @@ jobs:
with:
command: addpath('deps'), build
- name: Add Mex.jl package to the default Julia environment
run: julia -e 'using Pkg; Pkg.add(PackageSpec(; url="."));'
run: julia -e 'using Pkg; Pkg.add(url=".");'
- name: Run MATLAB tests
uses: matlab-actions/run-tests@v1
with:
Expand Down

0 comments on commit 04d6d69

Please sign in to comment.