Skip to content

Commit 3123fbd

Browse files
authored
Merge pull request #283 from julia-vscode/sp/ci-on-1-10
chore: run CI on 1.10
2 parents bc8051e + fd9df1d commit 3123fbd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/jlpkgbutler-ci-master-workflow.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
runs-on: ${{ matrix.os }}
1313
strategy:
1414
matrix:
15-
julia-version: ['1.0', '1.1', '1.2', '1.3', '1.4', '1.5', '1.6', '1.7', '1.8', '1.9', 'nightly']
15+
julia-version: ['1.0', '1.1', '1.2', '1.3', '1.4', '1.5', '1.6', '1.7', '1.8', '1.9', '1.10', 'nightly']
1616
julia-arch: [x64, x86]
1717
os: [ubuntu-latest, windows-latest, macOS-latest]
1818
exclude:

0 commit comments

Comments
 (0)