Skip to content

Commit 1f0ce95

Browse files
ditch 1.6
1 parent 1d7ccca commit 1f0ce95

File tree

2 files changed

+10
-10
lines changed

2 files changed

+10
-10
lines changed

.github/workflows/ci.yml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ on:
55
branches: [master]
66
pull_request:
77

8-
concurrency:
8+
concurrency:
99
group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }}
1010
cancel-in-progress: true
1111

@@ -28,19 +28,19 @@ jobs:
2828
fail-fast: false
2929
matrix:
3030
version:
31-
- '1.6' # LTS (minimal declared julia compat in `Project.toml`)
32-
- '1.8' # latest stable
31+
- '1.9' # (minimal declared julia compat in `Project.toml`)
32+
# - '1.8' # latest stable
3333
os: [ubuntu-latest, windows-latest, macos-latest]
3434
arch: [x64]
3535
include:
3636
- os: ubuntu-latest
3737
prefix: xvfb-run # julia-actions/julia-runtest/blob/master/README.md
38-
- os: ubuntu-latest
39-
prefix: xvfb-run
40-
version: '1.7' # only test intermediate release on `ubuntu` to spare resources
41-
- os: ubuntu-latest
42-
prefix: xvfb-run
43-
version: '~1.9.0-0' # upcoming julia version, next `rc`
38+
# - os: ubuntu-latest
39+
# prefix: xvfb-run
40+
# version: '1.7' # only test intermediate release on `ubuntu` to spare resources
41+
# - os: ubuntu-latest
42+
# prefix: xvfb-run
43+
# version: '~1.9.0-0' # upcoming julia version, next `rc`
4444
- os: ubuntu-latest
4545
prefix: xvfb-run
4646
version: 'nightly'

Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ UnicodeFun = "0.4"
9292
UnicodePlots = "3.4"
9393
UnitfulLatexify = "1"
9494
Unzip = "0.1 - 0.2"
95-
julia = "1.6"
95+
julia = "1.9"
9696

9797
[extras]
9898
Aqua = "4c88cf16-eb10-579e-8560-4a9242c79595"

0 commit comments

Comments
 (0)