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 62b3df6 + 654640d commit 6f30615Copy full SHA for 6f30615
.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', '1.8']
+ julia-version: ['1.0', '1.1', '1.2', '1.3', '1.4', '1.5', '1.6', '1.7', '1.8', '1.9']
13
julia-arch: [x64, x86]
14
os: [ubuntu-latest, windows-latest, macOS-latest]
15
exclude:
0 commit comments