Skip to content

Commit 2cae325

Browse files
authored
On the backports-v1.8 branch, run CI on v1.8 (#256)
1 parent 8272a5c commit 2cae325

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@ jobs:
2222
fail-fast: false
2323
matrix:
2424
version:
25-
# - '1.6'
26-
- 'nightly'
25+
- '1.8'
26+
# - 'nightly'
2727
os:
2828
- ubuntu-latest
2929
- macOS-latest
@@ -63,8 +63,8 @@ jobs:
6363
- uses: actions/checkout@v2
6464
- uses: julia-actions/setup-julia@latest
6565
with:
66-
# version: '1.6'
67-
version: 'nightly'
66+
version: '1.8'
67+
# version: 'nightly'
6868
- name: Generate docs
6969
run: |
7070
julia --color=yes -e 'write("Project.toml", replace(read("Project.toml", String), r"uuid = .*?\n" =>"uuid = \"3f01184e-e22b-5df5-ae63-d93ebab69eaf\"\n"));'

0 commit comments

Comments
 (0)