1
0
mirror of https://gitlab.com/MisterBiggs/astro-helper.git synced 2025-08-15 17:41:24 +00:00

add LTS to test versions

This commit is contained in:
2021-01-20 18:00:59 -07:00
parent fb61aa140e
commit 9c9ebc4eb6
2 changed files with 5 additions and 4 deletions

View File

@@ -36,10 +36,12 @@
# image: julia:0.7
# <<: *test_definition
# test:1.0:
# image: julia:1.0
# <<: *test_definition
# Current LTS Release
test:1.0.5:
image: julia:1.0
<<: *test_definition
# Current Stable Release
test:1.5:
image: julia:1.5
<<: *test_definition