Skip to content

Commit

Permalink
re-adds php 7.2
Browse files Browse the repository at this point in the history
  • Loading branch information
cnizzardini committed Jan 17, 2021
1 parent e5296ae commit 690784e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/php.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
strategy:
matrix:
operating-system: [ ubuntu-18.04 ]
php-versions: ['7.3', '7.4', '8.0']
php-versions: ['7.2', '7.3', '7.4', '8.0']

name: PHP ${{ matrix.php-versions }} Test on ${{ matrix.operating-system }}
steps:
Expand All @@ -35,7 +35,7 @@ jobs:
composer validate
composer install --prefer-dist --no-progress --no-suggest
- name: Test (7.3|8.0)
- name: Test (7.2|7.3|8.0)
if: ${{ matrix.php-versions != '7.4' }}
run: vendor/bin/phpunit

Expand Down

0 comments on commit 690784e

Please sign in to comment.