Skip to content

Commit cb93d90

Browse files
committed
CI: Reduce number of CI jobs (don't run on Julia 1.9, don't run coverage-disabled jobs)
1 parent 8d6fce0 commit cb93d90

File tree

1 file changed

+0
-19
lines changed

1 file changed

+0
-19
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,6 @@ jobs:
4747
matrix:
4848
julia-version:
4949
- '1.6' # previous LTS
50-
- '1.9'
5150
- '1.10' # current LTS
5251
- '1.11' # current stable
5352
#
@@ -72,16 +71,6 @@ jobs:
7271
coverage:
7372
- 'true'
7473
exclude:
75-
# For now, we'll disable testing 32-bit Julia 1.9 on all operating systems.
76-
# TODO: remove the following once we fix the tests for 32-bit Julia 1.9 .
77-
- julia-version: '1.9'
78-
julia-wordsize: '32'
79-
# For now, we'll disable testing 32-bit Julia 1.9 on Windows.
80-
# TODO: remove the following once we fix the tests for 32-bit Julia 1.9 on Windows.
81-
- github-runner: windows-latest
82-
julia-version: '1.9'
83-
julia-wordsize: '32'
84-
#
8574
# Julia 1.6 did not support Apple Silicon:
8675
- github-runner: macos-14 # macos-14 = Apple Silicon.
8776
julia-version: '1.6'
@@ -93,14 +82,6 @@ jobs:
9382
# We don't have 32-bit builds of Julia for Apple Silicon macOS:
9483
- github-runner: macos-14 # macos-14 = Apple Silicon.
9584
julia-wordsize: '32'
96-
#
97-
# We don't need to run the coverage=false job for Julia < 1.9:
98-
- julia-version: '1.6'
99-
coverage: 'false'
100-
- julia-version: '1.7'
101-
coverage: 'false'
102-
- julia-version: '1.8'
103-
coverage: 'false'
10485
steps:
10586
- uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4.2.1
10687
- uses: julia-actions/setup-julia@9b79636afcfb07ab02c256cede01fe2db6ba808c # v2.6.0

0 commit comments

Comments
 (0)