Skip to content

Commit

Permalink
Merge pull request #169 from ChevronETC/exclude1.7
Browse files Browse the repository at this point in the history
Restrict away from Julia 1.7
  • Loading branch information
deckerla authored Nov 15, 2023
2 parents 868ffcd + 0026106 commit 9ae5ac8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/Tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
# Prevent all build to stop if a single one fails
fail-fast: false
matrix:
julia-version: [1.6, 1.7, 1.8, 1.9]
julia-version: [1.6, 1.8, 1.9]
os: [ubuntu-latest]
pro: ['devito', 'devitopro']

Expand Down
2 changes: 1 addition & 1 deletion Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ Strided = "5e0ebb24-38b0-5f93-81fe-25c709ecae67"
MPI = "0.14, 0.15, 0.16, 0.17, 0.18, 0.19, 0.20"
PyCall = "1"
Strided = "1"
julia = "1"
julia = "1.6, 1.8, 1.9"
LinearAlgebra = "1"

[extras]
Expand Down

0 comments on commit 9ae5ac8

Please sign in to comment.