diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 28f3107..dd8d348 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -23,7 +23,7 @@ jobs: # Without setting this, a failing test cancels all others fail-fast: false matrix: - julia-version: ['1.6', '1.10', 'nightly'] # "~1.11.0-0", + julia-version: ["1.6", "1", "~1.11.0-0", "nightly"] os: [ubuntu-latest] steps: