We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ba9be03 commit 3194ce0Copy full SHA for 3194ce0
.github/workflows/CI.yml
@@ -15,13 +15,17 @@ jobs:
15
version:
16
- '1.6' # current LTS
17
- '1' # latest stable
18
- - 'nightly'
19
os:
20
- ubuntu-latest
21
- macOS-latest
22
- windows-latest
23
arch:
24
- x64
+ include:
25
+ - version: 'nightly'
26
+ os: ubuntu-latest
27
+ arch: x64
28
+ allow_failures: true
29
steps:
30
- uses: actions/checkout@v4
31
- uses: julia-actions/setup-julia@v1
Project.toml
@@ -1,7 +1,7 @@
1
name = "LoweredCodeUtils"
2
uuid = "6f1432cf-f94c-5a45-995e-cdbf5db27b0b"
3
authors = ["Tim Holy <[email protected]>"]
4
-version = "2.4.2"
+version = "2.4.3"
5
6
[deps]
7
JuliaInterpreter = "aa1ae85d-cabe-5617-a682-6adf51b2e16a"
0 commit comments