File tree Expand file tree Collapse file tree 1 file changed +6
-1
lines changed
Expand file tree Collapse file tree 1 file changed +6
-1
lines changed Original file line number Diff line number Diff line change 4747 matrix :
4848 julia-version :
4949 - ' 1.6' # previous LTS
50- # - '1.9' # TODO: uncomment this line once we fix the tests on 1.9
50+ - ' 1.9'
5151 - ' 1.10' # current LTS
5252 - ' 1.11'
5353 # - 'nightly' # TODO: decide whether we want to run any CI jobs on nightly.
6666 - ' true'
6767 - ' false' # needed for Julia 1.9+ to test from a session using pkgimages
6868 exclude :
69+ # For now, we'll disable testing 32-bit Julia 1.9 on all operating systems.
70+ # TODO: remove the following once we fix the tests for 32-bit Julia 1.9 .
71+ - github-runner : windows-latest
72+ julia-version : ' 1.9'
73+ julia-wordsize : ' 32'
6974 # For now, we'll disable testing 32-bit Julia 1.9 on Windows.
7075 # TODO: remove the following once we fix the tests for 32-bit Julia 1.9 on Windows.
7176 - github-runner : windows-latest
You can’t perform that action at this time.
0 commit comments