Skip to content

Commit ae50ff0

Browse files
committed
Add 1.12 to Integrations
1 parent c1046ef commit ae50ff0

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:
@@ -64,6 +65,7 @@ jobs:
6465
- uses: julia-actions/setup-julia@v2
6566
with:
6667
version: ${{ matrix.version }}
68+
include-all-prereleases: true
6769
- uses: julia-actions/cache@v2
6870
- name: "Install Dependencies"
6971
run: |

0 commit comments

Comments
 (0)