Skip to content

Commit

Permalink
Merge pull request #1002 from mimiframework/update-testing
Browse files Browse the repository at this point in the history
Use correct syntax for julia version
  • Loading branch information
lrennels authored Jun 22, 2024
2 parents ee54e0d + 2608968 commit 902780a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/dependencytest-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
julia-version: [1.9, 1.10]
julia-version: ['1.9', '1.10']
julia-arch: [x64, x86]
os: [ubuntu-latest, windows-latest, macOS-latest]
exclude:
Expand Down

0 comments on commit 902780a

Please sign in to comment.