Skip to content

Commit 33cc20b

Browse files
committed
Add 1.12 to Integrations
1 parent 8f430a3 commit 33cc20b

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:
@@ -57,6 +58,7 @@ jobs:
5758
- uses: julia-actions/setup-julia@v2
5859
with:
5960
version: ${{ matrix.version }}
61+
include-all-prereleases: true
6062
- uses: julia-actions/cache@v2
6163
- name: "Install Dependencies"
6264
run: |

0 commit comments

Comments
 (0)