Skip to content
Snippets Groups Projects
Commit 17f0eb44 authored by Erick Hitter's avatar Erick Hitter
Browse files

I'm dumb, we need Debian

parent 5dbb6b2a
No related branches found
No related tags found
1 merge request!1Add GitLab CI
Pipeline #98 failed
This commit is part of merge request !1. Comments created here will be created in the context of that merge request.
...@@ -37,7 +37,7 @@ PHPunit:PHP5.3:MySQL: ...@@ -37,7 +37,7 @@ PHPunit:PHP5.3:MySQL:
- phpunit - phpunit
PHPunit:PHP5.6:MySQL: PHPunit:PHP5.6:MySQL:
image: php:5.6-alpine image: php:5.6-stretch
services: services:
- mysql:5.6 - mysql:5.6
script: script:
...@@ -46,7 +46,7 @@ PHPunit:PHP5.6:MySQL: ...@@ -46,7 +46,7 @@ PHPunit:PHP5.6:MySQL:
- phpunit - phpunit
PHPunit:PHP7.0:MySQL: PHPunit:PHP7.0:MySQL:
image: php:7.0-alpine image: php:7.0-stretch
services: services:
- mysql:5.6 - mysql:5.6
script: script:
...@@ -55,7 +55,7 @@ PHPunit:PHP7.0:MySQL: ...@@ -55,7 +55,7 @@ PHPunit:PHP7.0:MySQL:
- phpunit - phpunit
PHPunit:PHP7.1:MySQL: PHPunit:PHP7.1:MySQL:
image: php:7.1-alpine image: php:7.1-stretch
services: services:
- mysql:5.6 - mysql:5.6
script: script:
...@@ -64,7 +64,7 @@ PHPunit:PHP7.1:MySQL: ...@@ -64,7 +64,7 @@ PHPunit:PHP7.1:MySQL:
- phpunit - phpunit
PHPunit:PHP7.2:MySQL: PHPunit:PHP7.2:MySQL:
image: php:7.2-alpine image: php:7.2-stretch
services: services:
- mysql:5.6 - mysql:5.6
script: script:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment