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
Branches
No related tags found
1 merge request!1Add GitLab CI
Checking pipeline status
......@@ -37,7 +37,7 @@ PHPunit:PHP5.3:MySQL:
- phpunit
PHPunit:PHP5.6:MySQL:
image: php:5.6-alpine
image: php:5.6-stretch
services:
- mysql:5.6
script:
......@@ -46,7 +46,7 @@ PHPunit:PHP5.6:MySQL:
- phpunit
PHPunit:PHP7.0:MySQL:
image: php:7.0-alpine
image: php:7.0-stretch
services:
- mysql:5.6
script:
......@@ -55,7 +55,7 @@ PHPunit:PHP7.0:MySQL:
- phpunit
PHPunit:PHP7.1:MySQL:
image: php:7.1-alpine
image: php:7.1-stretch
services:
- mysql:5.6
script:
......@@ -64,7 +64,7 @@ PHPunit:PHP7.1:MySQL:
- phpunit
PHPunit:PHP7.2:MySQL:
image: php:7.2-alpine
image: php:7.2-stretch
services:
- mysql:5.6
script:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment