Skip to content

Commit

Permalink
Merge pull request #283 from julia-vscode/sp/ci-on-1-10
Browse files Browse the repository at this point in the history
chore: run CI on 1.10
  • Loading branch information
pfitzseb authored Jan 5, 2024
2 parents bc8051e + fd9df1d commit 3123fbd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/jlpkgbutler-ci-master-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
julia-version: ['1.0', '1.1', '1.2', '1.3', '1.4', '1.5', '1.6', '1.7', '1.8', '1.9', 'nightly']
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']
julia-arch: [x64, x86]
os: [ubuntu-latest, windows-latest, macOS-latest]
exclude:
Expand Down

0 comments on commit 3123fbd

Please sign in to comment.