Skip to content

Commit 3194ce0

Browse files
authored
Version 2.4.3 (#94)
Also allow `nightly` to fail
1 parent ba9be03 commit 3194ce0

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

.github/workflows/CI.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,13 +15,17 @@ jobs:
1515
version:
1616
- '1.6' # current LTS
1717
- '1' # latest stable
18-
- 'nightly'
1918
os:
2019
- ubuntu-latest
2120
- macOS-latest
2221
- windows-latest
2322
arch:
2423
- x64
24+
include:
25+
- version: 'nightly'
26+
os: ubuntu-latest
27+
arch: x64
28+
allow_failures: true
2529
steps:
2630
- uses: actions/checkout@v4
2731
- uses: julia-actions/setup-julia@v1

Project.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name = "LoweredCodeUtils"
22
uuid = "6f1432cf-f94c-5a45-995e-cdbf5db27b0b"
33
authors = ["Tim Holy <[email protected]>"]
4-
version = "2.4.2"
4+
version = "2.4.3"
55

66
[deps]
77
JuliaInterpreter = "aa1ae85d-cabe-5617-a682-6adf51b2e16a"

0 commit comments

Comments
 (0)