Skip to content

Commit

Permalink
Bump julia compat to 1.6 and test with Aqua (#51)
Browse files Browse the repository at this point in the history
  • Loading branch information
nhz2 authored Oct 27, 2024
1 parent b7d3362 commit 07cb453
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,10 @@ jobs:
- 'x86'
include:
- os: ubuntu-latest
version: '1.3'
version: '1.6'
arch: x64
- os: ubuntu-latest
version: '1.3'
version: '1.6'
arch: x86
- os: macOS-13
version: '1'
Expand Down
2 changes: 1 addition & 1 deletion Project.toml
Original file line number Diff line number Diff line change
Expand Up @@ -16,4 +16,4 @@ BufferedStreams = "1"
CodecBzip2 = "0.6, 0.7"
SuffixArrays = "0.3"
TranscodingStreams = "0.9.5"
julia = "1.3"
julia = "1.6"
1 change: 1 addition & 0 deletions test/Project.toml
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
[deps]
Aqua = "4c88cf16-eb10-579e-8560-4a9242c79595"
ArgTools = "0dad84c5-d112-42e6-8d28-ef12dabb789f"
BSDiff = "7b188ff4-8bb6-4dee-bbe1-9b6fdde2c7c5"
Pkg = "44cfe95a-1eb2-52ea-b672-e2afdf69b78f"
Expand Down
3 changes: 3 additions & 0 deletions test/runtests.jl
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@ import bsdiff_classic_jll
import bsdiff_endsley_jll
import zrl_jll

using Aqua: Aqua
Aqua.test_all(BSDiff)

const test_data = artifact"test_data"
const FORMATS = sort!(collect(keys(BSDiff.FORMATS)))

Expand Down

0 comments on commit 07cb453

Please sign in to comment.