File tree Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Expand file tree Collapse file tree 1 file changed +6
-0
lines changed Original file line number Diff line number Diff line change 4242 version :
4343 - ' 1.10'
4444 - ' 1.11'
45+ - ' 1.12'
4546 - ' nightly'
4647 os :
4748 - ubuntu-24.04
8485 with :
8586 version : ${{ matrix.version }}
8687 arch : ${{ matrix.arch }}
88+ include-all-prereleases : true
8789 - uses : actions/checkout@v5
8890 if : ${{ matrix.assertions }}
8991 with :
@@ -170,6 +172,7 @@ jobs:
170172 version :
171173 - ' 1.10'
172174 - ' 1.11'
175+ - ' 1.12'
173176 - ' nightly'
174177 os :
175178 - ubuntu-latest
@@ -182,6 +185,7 @@ jobs:
182185 with :
183186 version : ${{ matrix.version }}
184187 arch : ${{ matrix.arch }}
188+ include-all-prereleases : true
185189 - uses : julia-actions/cache@v2
186190 - name : setup EnzymeTestUtils
187191 shell : julia --color=yes {0}
@@ -225,6 +229,7 @@ jobs:
225229 version :
226230 - ' 1.10'
227231 - ' 1.11'
232+ - ' 1.12'
228233 - ' nightly'
229234 os :
230235 - ubuntu-latest
@@ -237,6 +242,7 @@ jobs:
237242 with :
238243 version : ${{ matrix.version }}
239244 arch : ${{ matrix.arch }}
245+ include-all-prereleases : true
240246 - uses : julia-actions/cache@v2
241247 - name : setup EnzymeCore
242248 shell : julia --color=yes {0}
You can’t perform that action at this time.
0 commit comments