diff --git a/.drone.yml b/.drone.yml index 7fc521a..cb75dc7 100644 --- a/.drone.yml +++ b/.drone.yml @@ -1,6 +1,6 @@ --- kind: pipeline -name: linux - arm64 - Julia 1.5 +name: linux - arm64 - Julia 1.10 platform: os: linux @@ -8,13 +8,13 @@ platform: steps: - name: build - image: julia:1.5 + image: julia:1.10 commands: - "julia --project=. --check-bounds=yes --color=yes -e 'using InteractiveUtils; versioninfo(verbose=true); using Pkg; Pkg.build(); Pkg.test(coverage=true)'" --- kind: pipeline -name: linux - arm - Julia 1.6 +name: linux - arm - Julia 1.10 platform: os: linux @@ -22,13 +22,13 @@ platform: steps: - name: build - image: julia:1.6 + image: julia:1.10 commands: - "julia --project=. --check-bounds=yes --color=yes -e 'using InteractiveUtils; versioninfo(verbose=true); using Pkg; Pkg.build(); Pkg.test(coverage=true)'" --- kind: pipeline -name: linux - arm64 - Julia 1.6 +name: linux - arm64 - Julia 1.10 platform: os: linux @@ -36,6 +36,6 @@ platform: steps: - name: build - image: julia:1.6 + image: julia:1.10 commands: - "julia --project=. --check-bounds=yes --color=yes -e 'using InteractiveUtils; versioninfo(verbose=true); using Pkg; Pkg.build(); Pkg.test(coverage=true)'" diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index f80f6de..008fdc3 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -11,7 +11,7 @@ jobs: matrix: version: - '1.6' - - '1.9' + - '1.10' - 'nightly' os: - ubuntu-latest diff --git a/Project.toml b/Project.toml index 448f6a0..2c655f0 100644 --- a/Project.toml +++ b/Project.toml @@ -4,7 +4,7 @@ authors = ["ScottPJones "] keywords = ["Strings", "ICU", "Encoding", "Regex"] license = "MIT" uuid = "124badd8-7747-5df6-9c35-5cbf8cd52816" -version = "1.1.0" +version = "1.2.0" [deps] ICU_jll = "a51ab1cf-af8e-5615-a023-bc2c838bba6b" @@ -19,7 +19,7 @@ Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40" test = ["Test"] [compat] -julia = "1" +julia = "1.6" ModuleInterfaceTools = "1" StrBase = "1" ICU_jll = "=74.1.0"