Skip to content

Commit

Permalink
tests: run on PHP 5.5 and 5.6
Browse files Browse the repository at this point in the history
  • Loading branch information
denis-sokolov committed Oct 3, 2021
1 parent 18e04c3 commit 7bf80a3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down

0 comments on commit 7bf80a3

Please sign in to comment.