Skip to content

Commit 8701e13

Browse files
committed
Add 1.12 to Integrations
1 parent ec7472f commit 8701e13

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/Integration.yml

Lines changed: 2 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
os:
4647
- linux-x86-n2-32
4748
package:
@@ -62,6 +63,7 @@ jobs:
6263
- uses: julia-actions/setup-julia@v2
6364
with:
6465
version: ${{ matrix.version }}
66+
include-all-prereleases: true
6567
- uses: julia-actions/cache@v2
6668
- name: "Install Dependencies"
6769
run: |

0 commit comments

Comments
 (0)