Skip to content

Commit bac2176

Browse files
authored
Update version to 1.2, test on 1.6 & 1.10 (#29)
1 parent 2e633a1 commit bac2176

File tree

3 files changed

+9
-9
lines changed

3 files changed

+9
-9
lines changed

.drone.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,41 +1,41 @@
11
---
22
kind: pipeline
3-
name: linux - arm64 - Julia 1.5
3+
name: linux - arm64 - Julia 1.10
44

55
platform:
66
os: linux
77
arch: arm64
88

99
steps:
1010
- name: build
11-
image: julia:1.5
11+
image: julia:1.10
1212
commands:
1313
- "julia --project=. --check-bounds=yes --color=yes -e 'using InteractiveUtils; versioninfo(verbose=true); using Pkg; Pkg.build(); Pkg.test(coverage=true)'"
1414

1515
---
1616
kind: pipeline
17-
name: linux - arm - Julia 1.6
17+
name: linux - arm - Julia 1.10
1818

1919
platform:
2020
os: linux
2121
arch: arm
2222

2323
steps:
2424
- name: build
25-
image: julia:1.6
25+
image: julia:1.10
2626
commands:
2727
- "julia --project=. --check-bounds=yes --color=yes -e 'using InteractiveUtils; versioninfo(verbose=true); using Pkg; Pkg.build(); Pkg.test(coverage=true)'"
2828

2929
---
3030
kind: pipeline
31-
name: linux - arm64 - Julia 1.6
31+
name: linux - arm64 - Julia 1.10
3232

3333
platform:
3434
os: linux
3535
arch: arm64
3636

3737
steps:
3838
- name: build
39-
image: julia:1.6
39+
image: julia:1.10
4040
commands:
4141
- "julia --project=. --check-bounds=yes --color=yes -e 'using InteractiveUtils; versioninfo(verbose=true); using Pkg; Pkg.build(); Pkg.test(coverage=true)'"

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
matrix:
1212
version:
1313
- '1.6'
14-
- '1.9'
14+
- '1.10'
1515
- 'nightly'
1616
os:
1717
- ubuntu-latest

Project.toml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ authors = ["ScottPJones <[email protected]>"]
44
keywords = ["Strings", "ICU", "Encoding", "Regex"]
55
license = "MIT"
66
uuid = "124badd8-7747-5df6-9c35-5cbf8cd52816"
7-
version = "1.1.0"
7+
version = "1.2.0"
88

99
[deps]
1010
ICU_jll = "a51ab1cf-af8e-5615-a023-bc2c838bba6b"
@@ -19,7 +19,7 @@ Test = "8dfed614-e22c-5e08-85e1-65c5234f0b40"
1919
test = ["Test"]
2020

2121
[compat]
22-
julia = "1"
22+
julia = "1.6"
2323
ModuleInterfaceTools = "1"
2424
StrBase = "1"
2525
ICU_jll = "=74.1.0"

0 commit comments

Comments
 (0)