mirror of
https://gitlab.cern.ch/wotsubo/PSBoardDataBase.git
synced 2025-06-07 21:45:43 +09:00
update(CI): remove julia 1.10 test
Manifest.toml was added and it includes StyledString, which was introduced in julia 1.11 and is not available for 1.10
This commit is contained in:
parent
878a18d5a4
commit
1f6dcf2f24
1 changed files with 5 additions and 5 deletions
|
@ -27,11 +27,11 @@ cache:
|
|||
c, t = get_summary(process_folder())
|
||||
using Printf
|
||||
@printf "Test coverage %.2f%%\n" 100c / t'
|
||||
Julia 1.10:
|
||||
image: julia:1.10
|
||||
extends:
|
||||
- .script
|
||||
- .coverage
|
||||
# Julia 1.10:
|
||||
# image: julia:1.10
|
||||
# extends:
|
||||
# - .script
|
||||
# - .coverage
|
||||
Julia 1.11:
|
||||
image: julia:1.11
|
||||
extends:
|
||||
|
|
Loading…
Add table
Reference in a new issue