tests: run on PHP 5.5 and 5.6

This commit is contained in:
Denis Sokolov
2021-10-03 12:00:00 +00:00
parent 18e04c32b5
commit 7bf80a3773
+2 -2
View File
@@ -11,7 +11,7 @@ jobs:
strategy:
matrix:
php: ['7.0', '7.1', '7.2', '7.3', '7.4', '8.0', '8.1']
php: ['5.5', '5.6', '7.0', '7.1', '7.2', '7.3', '7.4', '8.0', '8.1']
steps:
- name: Checkout Code
@@ -34,7 +34,7 @@ jobs:
with:
timeout_minutes: 5
max_attempts: 5
command: composer require "phpunit/phpunit:^6.5.14 || ^7.5.20 || ^8.5.8" --dev --no-update --no-interaction
command: composer require "phpunit/phpunit:^4.8.36 || ^5.7.27 || ^6.5.14 || ^7.5.20 || ^8.5.8" --dev --no-update --no-interaction
if: "matrix.php < 7.4"
- name: Fix PHPUnit Version PHP >= 7.4