From 850c46dd8dc82c8f16006c01da99627b29ae225e Mon Sep 17 00:00:00 2001 From: Samuel Omlin Date: Wed, 3 Jan 2024 15:58:50 +0100 Subject: [PATCH] restore full CI --- .github/workflows/ci.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index d0e93ce1..84fa5b2c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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