mirror of
https://github.com/filp/whoops.git
synced 2026-09-16 04:36:20 +00:00
tests: run on PHP 5.5 and 5.6
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user