Skip to content

Commit

Permalink
Update Julia versions (#260)
Browse files Browse the repository at this point in the history
  • Loading branch information
rikhuijzer authored Dec 1, 2021
1 parent 2990281 commit 9c0e976
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ jobs:
fail-fast: false
matrix:
version:
- "1.6.3" # Note that this version number is used in the conditional below.
- "^1.7.0-0"
- "1.6.4" # Note that this version number is used in the conditional below.
- "1.7"
os:
- ubuntu-latest

Expand Down Expand Up @@ -63,7 +63,7 @@ jobs:

- name: Deploy to secondary branch
# Always updates documentation when ubuntu passes, which is fine.
if: ${{ ( github.event_name == 'push' || github.event_name == 'workflow_dispatch') && matrix.version == '1.6.3' }}
if: ${{ ( github.event_name == 'push' || github.event_name == 'workflow_dispatch') && matrix.version == '1.6.4' }}
uses: peaceiris/actions-gh-pages@v3
with:
cname: books.huijzer.xyz
Expand Down

0 comments on commit 9c0e976

Please sign in to comment.