Skip to content

Commit 1e51314

Browse files
Set julia version used in CI to 1.11.3
1 parent a8d7533 commit 1e51314

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/test-smokes.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,7 @@ jobs:
170170
- name: Setup Julia
171171
uses: julia-actions/setup-julia@v2
172172
with:
173-
version: "1.11"
173+
version: "1.11.3"
174174

175175
- name: Cache Julia Packages
176176
uses: julia-actions/cache@v2

tests/Manifest.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# This file is machine-generated - editing it directly is not advised
22

3-
julia_version = "1.11.2"
3+
julia_version = "1.11.3"
44
manifest_format = "2.0"
55
project_hash = "0af1d64f93f9c216a25d220e89fda045c4edc0aa"
66

0 commit comments

Comments
 (0)