Skip to content

Commit

Permalink
Merge pull request #286 from chrisbrahms/ci
Browse files Browse the repository at this point in the history
add Julia v1.8 to test grid
  • Loading branch information
chrisbrahms authored Aug 25, 2022
2 parents 01af65a + 8f185be commit 256b45d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/run_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
strategy:
fail-fast: false
matrix:
julia-version: ['1.7']
julia-version: ['1.7', '1.8']
julia-arch: [x64]
os: [ubuntu-latest, windows-latest, macos-latest]
if: github.event.pull_request.draft == false
Expand Down

0 comments on commit 256b45d

Please sign in to comment.