Commit 5001be84 by Jessica Hawkwell

Update .gitlab-ci.yml : removed jdk7

1 parent 14cd30c3
Pipeline #67 failed
in 5 seconds
Showing with 0 additions and 10 deletions
...@@ -44,21 +44,11 @@ variables: ...@@ -44,21 +44,11 @@ variables:
except: except:
- master - master
# Validate merge requests using JDK7
validate:jdk7:
<<: *validate
image: maven:3.3.9-jdk-7
# Validate merge requests using JDK8 # Validate merge requests using JDK8
validate:jdk8: validate:jdk8:
<<: *validate <<: *validate
image: maven:3.3.9-jdk-8 image: maven:3.3.9-jdk-8
# Verify merge requests using JDK7
verify:jdk7:
<<: *verify
image: maven:3.3.9-jdk-7
# Verify merge requests using JDK8 # Verify merge requests using JDK8
verify:jdk8: verify:jdk8:
<<: *verify <<: *verify
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!