Skip to content

Commit

Permalink
Run CI on pre-release versions (#356)
Browse files Browse the repository at this point in the history
  • Loading branch information
sethaxen authored Aug 28, 2024
1 parent b362e1e commit 41276bb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ExtensionTest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
strategy:
fail-fast: false
matrix:
julia-version: [1.9, 1]
julia-version: [1.9, 1, pre]
extension:
- ArviZMCMCChainsExt
- ArviZSampleChainsExt
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
strategy:
fail-fast: false
matrix:
julia-version: ["1", "1.9"]
julia-version: ["1", "1.9", "pre"]
os: [ubuntu-latest]
steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit 41276bb

Please sign in to comment.