Skip to content

Commit

Permalink
tmp
Browse files Browse the repository at this point in the history
  • Loading branch information
LebedevRI committed Sep 17, 2024
1 parent 92662ad commit d402d94
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 10 deletions.
14 changes: 5 additions & 9 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
@@ -1,14 +1,5 @@
name: CI

on:
pull_request:
push:
branches:
- master
tags: '*'
workflow_dispatch:
merge_group:

concurrency:
# Skip intermediate builds: always.
# Cancel intermediate builds: only if it is a pull request build.
Expand All @@ -23,6 +14,11 @@ jobs:
fail-fast: false
matrix:
version:
- '1.11'
- '1.10'
- '1.9'
- '1.8'
- '1.7'
- '1.6'
- '1'
- pre
Expand Down
2 changes: 1 addition & 1 deletion test/aqua.jl
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ import Aqua
)
# Tests are not reliable on older Julia versions and
# show ambiguities in loaded packages
if VERSION >= v"1.7"
if VERSION >= v"1.6"
Aqua.test_ambiguities(Distributions)
end
end

0 comments on commit d402d94

Please sign in to comment.