Skip to content

Commit

Permalink
Test with force_latest_compatible_version
Browse files Browse the repository at this point in the history
  • Loading branch information
omus committed Feb 4, 2025
1 parent 078f01a commit b4813c9
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -151,6 +151,28 @@ jobs:
env:
JULIA_DEPOT_PATH: sysimage-depot

force-latest-compatible:
name: Force Latest Compatible - Julia ${{ matrix.version }} - ${{ matrix.os }}
runs-on: ${{ matrix.os }}
strategy:
fail-fast: false
matrix:
version:
- "1.7"
os:
- windows-latest
steps:
- uses: actions/checkout@v4
- uses: julia-actions/setup-julia@v2
with:
version: ${{ matrix.version }}
- uses: julia-actions/cache@v2
- name: Test
shell: julia --color=yes --project {0}
run: |
using Pkg
Pkg.test(; allow_reresolve=true, force_latest_compatible_version=true)
benchmarks:
name: Benchmarks
runs-on: ubuntu-latest
Expand Down

0 comments on commit b4813c9

Please sign in to comment.