Skip to content

Commit

Permalink
Update CI and Julia version
Browse files Browse the repository at this point in the history
  • Loading branch information
Azzaare committed Feb 11, 2023
1 parent c8dfe54 commit 5cc4656
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,7 @@ jobs:
fail-fast: false
matrix:
version:
- "1.6"
- "1.8"
- "^1.9.0-0"
- 'nightly'
os:
- ubuntu-latest
Expand All @@ -27,7 +25,7 @@ jobs:
- os: windows-latest
arch: x86
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- uses: julia-actions/setup-julia@v1
with:
version: ${{ matrix.version }}
Expand All @@ -52,7 +50,7 @@ jobs:
name: Documentation
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v3
- uses: julia-actions/setup-julia@v1
with:
version: "1"
Expand Down
2 changes: 1 addition & 1 deletion Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ Lazy = "0.15"
Reexport = "1"
TestItemRunner = "0.2"
TestItems = "0.1"
julia = "1.6"
julia = "1.8"

[extras]
Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
Expand Down

0 comments on commit 5cc4656

Please sign in to comment.