We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 8b764dc + c85fb2e commit 3ee147aCopy full SHA for 3ee147a
.github/workflows/jlpkgbutler-ci-pr-workflow.yml
@@ -9,7 +9,7 @@ jobs:
9
runs-on: ${{ matrix.os }}
10
strategy:
11
matrix:
12
- julia-version: ['1.0', '1.1', '1.2', '1.3', '1.4', '1.5', '1.6', '1.7']
+ julia-version: ['1.0', '1.3', '1.6', '1.7']
13
julia-arch: [x64, x86]
14
os: [ubuntu-latest, windows-latest, macOS-latest]
15
exclude:
0 commit comments