Skip to content

Commit 1a2d1a4

Browse files
authored
Switch CI for stable julia from 1.11 to 1.12 (#1078)
1 parent 28bc3fd commit 1a2d1a4

6 files changed

Lines changed: 283 additions & 76 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
matrix:
5151
julia-version:
5252
- '1.10' # current LTS
53-
- '1.11' # current stable
53+
- '1.12' # current stable
5454

5555
#
5656
# 'pre' will install the latest prerelease build (RCs, betas, and alphas).
@@ -128,7 +128,7 @@ jobs:
128128
matrix:
129129
julia-version:
130130
- '1.10' # current LTS
131-
- '1.11' # current stable
131+
- '1.12' # current stable
132132
steps:
133133
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
134134
- uses: julia-actions/setup-julia@5c9647d97b78a5debe5164e9eec09d653d29bd71 # v2.6.1
Lines changed: 160 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,160 @@
1+
# This file is machine-generated - editing it directly is not advised
2+
3+
[[ArgTools]]
4+
uuid = "0dad84c5-d112-42e6-8d28-ef12dabb789f"
5+
version = "1.1.1"
6+
7+
[[Artifacts]]
8+
uuid = "56f22d72-fd6d-98f1-02f0-08ddc0907c33"
9+
10+
[[Base64]]
11+
uuid = "2a0f44e3-6c83-55bd-87e4-b1978d98bd5f"
12+
13+
[[Dates]]
14+
deps = ["Printf"]
15+
uuid = "ade2ca70-3891-5945-98fb-dc099432e06a"
16+
17+
[[Downloads]]
18+
deps = ["ArgTools", "FileWatching", "LibCURL", "NetworkOptions"]
19+
uuid = "f43a241f-c20a-4ad4-852c-f6b1247861c6"
20+
version = "1.6.0"
21+
22+
[[FileWatching]]
23+
uuid = "7b1f6079-737a-58dc-b8bc-7a2ca5c1b5ee"
24+
25+
[[Glob]]
26+
git-tree-sha1 = "97285bbd5230dd766e9ef6749b80fc617126d496"
27+
uuid = "c27321d9-0574-5035-807b-f59d2c89b15c"
28+
version = "1.3.1"
29+
30+
[[InteractiveUtils]]
31+
deps = ["Markdown"]
32+
uuid = "b77e0a4c-d291-57a0-90e8-8db25a27a240"
33+
34+
[[LazyArtifacts]]
35+
deps = ["Artifacts", "Pkg"]
36+
uuid = "4af54fe1-eca0-43a8-85a7-787d91b784e3"
37+
38+
[[LibCURL]]
39+
deps = ["LibCURL_jll", "MozillaCACerts_jll"]
40+
uuid = "b27032c2-a3e7-50c8-80cd-2d36dbcbfd21"
41+
version = "0.6.4"
42+
43+
[[LibCURL_jll]]
44+
deps = ["Artifacts", "LibSSH2_jll", "Libdl", "MbedTLS_jll", "Zlib_jll", "nghttp2_jll"]
45+
uuid = "deac9b47-8bc7-5906-a0fe-35ac56dc84c0"
46+
version = "8.0.1+1"
47+
48+
[[LibGit2]]
49+
deps = ["Base64", "LibGit2_jll", "NetworkOptions", "Printf", "SHA"]
50+
uuid = "76f85450-5226-5b5a-8eaa-529ad045b433"
51+
52+
[[LibGit2_jll]]
53+
deps = ["Artifacts", "LibSSH2_jll", "Libdl", "MbedTLS_jll"]
54+
uuid = "e37daf67-58a4-590a-8e99-b0245dd2ffc5"
55+
version = "1.6.4+0"
56+
57+
[[LibSSH2_jll]]
58+
deps = ["Artifacts", "Libdl", "MbedTLS_jll"]
59+
uuid = "29816b5a-b9ab-546f-933c-edad1886dfa8"
60+
version = "1.11.0+1"
61+
62+
[[Libdl]]
63+
uuid = "8f399da3-3557-5675-b5ff-fb832c97cbdb"
64+
65+
[[Logging]]
66+
uuid = "56ddb016-857b-54e1-b83d-db4d58db5568"
67+
68+
[[Markdown]]
69+
deps = ["Base64"]
70+
uuid = "d6f4376e-aef5-505a-96c1-9c027394607a"
71+
72+
[[MbedTLS_jll]]
73+
deps = ["Artifacts", "Libdl"]
74+
uuid = "c8ffd9c3-330d-5841-b78e-0817d7145fa1"
75+
version = "2.28.2+1"
76+
77+
[[MozillaCACerts_jll]]
78+
uuid = "14a3606d-f60d-562e-9121-12d972cd8159"
79+
version = "2023.1.10"
80+
81+
[[NetworkOptions]]
82+
uuid = "ca575930-c2e3-43a9-ace4-1e988b2c1908"
83+
version = "1.2.0"
84+
85+
[[PackageCompiler]]
86+
deps = ["Artifacts", "Glob", "LazyArtifacts", "Libdl", "Pkg", "Printf", "RelocatableFolders", "TOML", "UUIDs", "p7zip_jll"]
87+
path = "../../.."
88+
uuid = "9b87118b-4619-50d2-8e1e-99f35a4d4d9d"
89+
version = "2.1.12"
90+
91+
[[Pkg]]
92+
deps = ["Artifacts", "Dates", "Downloads", "FileWatching", "LibGit2", "Libdl", "Logging", "Markdown", "Printf", "REPL", "Random", "SHA", "Serialization", "TOML", "Tar", "UUIDs", "p7zip_jll"]
93+
uuid = "44cfe95a-1eb2-52ea-b672-e2afdf69b78f"
94+
version = "1.10.0"
95+
96+
[[Printf]]
97+
deps = ["Unicode"]
98+
uuid = "de0858da-6303-5e67-8744-51eddeeeb8d7"
99+
100+
[[REPL]]
101+
deps = ["InteractiveUtils", "Markdown", "Sockets", "Unicode"]
102+
uuid = "3fa0cd96-eef1-5676-8a61-b3b8758bbffb"
103+
104+
[[Random]]
105+
deps = ["SHA"]
106+
uuid = "9a3f8284-a2c9-5f02-9a11-845980a1fd5c"
107+
108+
[[RelocatableFolders]]
109+
deps = ["SHA", "Scratch"]
110+
git-tree-sha1 = "90bc7a7c96410424509e4263e277e43250c05691"
111+
uuid = "05181044-ff0b-4ac5-8273-598c1e38db00"
112+
version = "1.0.0"
113+
114+
[[SHA]]
115+
uuid = "ea8e919c-243c-51af-8825-aaa63cd721ce"
116+
version = "0.7.0"
117+
118+
[[Scratch]]
119+
deps = ["Dates"]
120+
git-tree-sha1 = "f94f779c94e58bf9ea243e77a37e16d9de9126bd"
121+
uuid = "6c6a2e73-6563-6170-7368-637461726353"
122+
version = "1.1.1"
123+
124+
[[Serialization]]
125+
uuid = "9e88b42a-f829-5b0c-bbe9-9e923198166b"
126+
127+
[[Sockets]]
128+
uuid = "6462fe0b-24de-5631-8697-dd941f90decc"
129+
130+
[[TOML]]
131+
deps = ["Dates"]
132+
uuid = "fa267f1f-6049-4f14-aa54-33bafae1ed76"
133+
version = "1.0.3"
134+
135+
[[Tar]]
136+
deps = ["ArgTools", "SHA"]
137+
uuid = "a4e569a6-e804-4fa4-b0f3-eef7a1d5b13e"
138+
version = "1.10.0"
139+
140+
[[UUIDs]]
141+
deps = ["Random", "SHA"]
142+
uuid = "cf7118a7-6976-5b1a-9a39-7adc72f591a4"
143+
144+
[[Unicode]]
145+
uuid = "4ec0a83e-493e-50e2-b9ac-8f72acf5a8f5"
146+
147+
[[Zlib_jll]]
148+
deps = ["Libdl"]
149+
uuid = "83775a58-1f1d-513f-b197-d71354ab007a"
150+
version = "1.2.13+1"
151+
152+
[[nghttp2_jll]]
153+
deps = ["Artifacts", "Libdl"]
154+
uuid = "8e850ede-7688-5339-a07c-302acd2aaf8d"
155+
version = "1.52.0+1"
156+
157+
[[p7zip_jll]]
158+
deps = ["Artifacts", "Libdl"]
159+
uuid = "3f19e933-33d8-53b3-aaab-bd5110c3b7a0"
160+
version = "17.4.0+2"

0 commit comments

Comments
 (0)