Skip to content

Commit 6c52c24

Browse files
authored
Fix Julia version in integration test workflow to 1.11
1 parent 56f0a73 commit 6c52c24

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/IntegrationTest.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
strategy:
1717
fail-fast: false
1818
matrix:
19-
julia-version: ['1']
19+
julia-version: ['1.11']
2020
os: [ubuntu-latest]
2121
package:
2222
# Add downstream packages that depend on ExponentialFamilyProjection here

0 commit comments

Comments
 (0)