Skip to content

Commit

Permalink
Update test.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
BeastyBlacksmith authored Oct 15, 2023
1 parent b3f29a3 commit 43cd070
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,17 @@ jobs:
runs-on: ${{ matrix.os }}
strategy:
matrix:
julia-version: ['1.8', '1', 'nightly']
julia-version: ['1.6', '1']
julia-arch: [x64, x86]
os: [ubuntu-latest, windows-latest, macOS-latest]
exclude:
- os: macOS-latest
julia-arch: x86
include:
- julia-version: 'nightly'
os: ubuntu-latest
julia-arch: x64
allow-failure: true

steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit 43cd070

Please sign in to comment.