Skip to content

Commit 8f430a3

Browse files
committed
Add 1.12 to CI
1 parent 974b840 commit 8f430a3

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/CI.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,7 @@ jobs:
4242
version:
4343
- '1.10'
4444
- '1.11'
45+
- '1.12'
4546
- 'nightly'
4647
os:
4748
- ubuntu-24.04
@@ -84,6 +85,7 @@ jobs:
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}

0 commit comments

Comments
 (0)