From 7eff15f1cf3610040adb704436500ea207650bbe Mon Sep 17 00:00:00 2001 From: Erick Hitter <git-contrib@ethitter.com> Date: Thu, 15 May 2025 12:47:58 -0700 Subject: [PATCH] PHP 5.6 is _very_ dead (EOL for years) --- plugins/templates/matrix-redis.yml | 10 ---------- plugins/templates/matrix.yml | 9 --------- 2 files changed, 19 deletions(-) diff --git a/plugins/templates/matrix-redis.yml b/plugins/templates/matrix-redis.yml index 3cf1c9a..e01f127 100644 --- a/plugins/templates/matrix-redis.yml +++ b/plugins/templates/matrix-redis.yml @@ -1,13 +1,3 @@ -PHPunit:PHP5.6:MySQL:Redis: - stage: test - image: containers.ethitter.com:443/docker/images/php:5.6 - services: - - mysql:5.6 - - redis:alpine - script: - - find . -type "f" -iname "*.php" | xargs -L "1" php -l - - phpunit - PHPunit:PHP7.0:MySQL:Redis: stage: test image: containers.ethitter.com:443/docker/images/php:7.0 diff --git a/plugins/templates/matrix.yml b/plugins/templates/matrix.yml index 6240fae..3783ee9 100644 --- a/plugins/templates/matrix.yml +++ b/plugins/templates/matrix.yml @@ -1,12 +1,3 @@ -PHPunit:PHP5.6:MySQL: - stage: test - image: containers.ethitter.com:443/docker/images/php:5.6 - services: - - mysql:5.6 - script: - - find . -type "f" -iname "*.php" | xargs -L "1" php -l - - phpunit - PHPunit:PHP7.0:MySQL: stage: test image: containers.ethitter.com:443/docker/images/php:7.0 -- GitLab