Skip to content

Commit e4c8611

Browse files
committed
update ci
1 parent 4db5294 commit e4c8611

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
fail-fast: false
1414
matrix:
1515
version:
16-
- '1.3'
16+
- '1.5'
1717
- '1'
1818
- 'nightly'
1919
os:
@@ -54,7 +54,7 @@ jobs:
5454
version: '1'
5555
- uses: julia-actions/julia-buildpkg@v1
5656
- run: julia -e 'using Pkg; Pkg.add("Aqua")'
57-
- run: julia --project=@. -e 'using Aqua, PSFModels; Aqua.test_all(PSFModels)'
57+
- run: julia --project=@. -e 'using Aqua, PSFModels; Aqua.test_all(PSFModels, ambiguities=false)'
5858
docs:
5959
name: Documentation
6060
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)