Skip to content

Commit b2a913d

Browse files
authored
Merge pull request #267 from JuliaReach/schillic/invalidations
Count invalidations on latest Julia version
2 parents ec5bad9 + 45d154c commit b2a913d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/invalidations.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
- name: Set up Julia
2121
uses: julia-actions/setup-julia@v2
2222
with:
23-
version: '1.10' # currently not compatible with Julia v1.11
23+
version: '1'
2424
# current branch
2525
- name: Check out repository in current branch
2626
uses: actions/checkout@v4

0 commit comments

Comments
 (0)