Skip to content

Commit

Permalink
restore full CI
Browse files Browse the repository at this point in the history
  • Loading branch information
omlins committed Jan 3, 2024
1 parent b511f75 commit 850c46d
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,10 @@ jobs:
fail-fast: false
matrix:
version:
# - '1.8' # Minimum required Julia version (due to CellArrays' AMDGPU dependency 1.7 and due to Enzyme 1.8).
- '1.8' # Minimum required Julia version (due to CellArrays' AMDGPU dependency 1.7 and due to Enzyme 1.8).
- '1.9'
- '1' # Latest stable 1.x release of Julia
# - 'nightly'
- 'nightly'
os:
- ubuntu-latest
- macOS-latest
Expand Down

0 comments on commit 850c46d

Please sign in to comment.