Skip to content

Commit

Permalink
add unit tests with Julia 1.10 and 1.11-rc (#36)
Browse files Browse the repository at this point in the history
  • Loading branch information
SimeonEhrig authored Aug 6, 2024
1 parent dddd5aa commit e7c2413
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ unit_tests_releases:
extends: .untit_test_template
parallel:
matrix:
- JULIA_VERSION: ["1.6", "1.7", "1.8", "1.9"]
- JULIA_VERSION: ["1.6", "1.7", "1.8", "1.9", "1.10", "rc"]
image: julia:$JULIA_VERSION

unit_tests_nightly:
Expand Down

0 comments on commit e7c2413

Please sign in to comment.