Skip to content

Commit

Permalink
Bump Julia version requirement from 1.6 to 1.9 because that is the mi…
Browse files Browse the repository at this point in the history
…nimum version required by the latest Meshing.jl version
  • Loading branch information
ferrolho committed Nov 21, 2024
1 parent 77baf71 commit 0a00fc8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 6 deletions.
8 changes: 3 additions & 5 deletions .github/workflows/ci.yml → .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ jobs:
fail-fast: false
matrix:
version:
- '1.6'
- '1.10'
- '1'
os:
Expand All @@ -31,16 +30,15 @@ jobs:
exclude:
- os: windows-latest
version:
- '1.6'
- '1.10'

steps:
- uses: actions/checkout@v3
- uses: julia-actions/setup-julia@v1
- uses: actions/checkout@v4
- uses: julia-actions/setup-julia@v2
with:
version: ${{ matrix.version }}
arch: ${{ matrix.arch }}
- uses: julia-actions/cache@v1
- uses: julia-actions/cache@v2
- uses: julia-actions/julia-buildpkg@v1
- uses: julia-actions/julia-runtest@v1
with:
Expand Down
2 changes: 1 addition & 1 deletion Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ Requires = "0.5, 1"
Rotations = "1"
StaticArrays = "0.10, 0.11, 0.12, 1"
Tar = "1"
julia = "1.6"
julia = "1.9"

[extras]
ColorTypes = "3da002f7-5984-5a60-b8a6-cbb66c0b333f"
Expand Down

0 comments on commit 0a00fc8

Please sign in to comment.