Skip to content

Commit

Permalink
add unit test for release canidate
Browse files Browse the repository at this point in the history
Co-authored-by: Anton Reinhard <[email protected]>
  • Loading branch information
SimeonEhrig and AntonReinhard authored Jul 2, 2024
1 parent 3b54471 commit 78c3c31
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 @@ -35,7 +35,7 @@ unit_tests_releases:
extends: .untit_test_template
parallel:
matrix:
- JULIA_VERSION: ["1.6", "1.7", "1.8", "1.9", "1.10"]
- 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 78c3c31

Please sign in to comment.