Skip to content

Commit

Permalink
build: Remove support for php 7.2
Browse files Browse the repository at this point in the history
  • Loading branch information
jonsugar committed Dec 22, 2020
1 parent 2e2158f commit 7f46062
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
strategy:
matrix:
os: [Ubuntu, macOS]
php: [7.2, 7.3, 7.4, 8.0]
php: [7.3, 7.4, 8.0]

include:
- os: Ubuntu
Expand All @@ -33,9 +33,9 @@ jobs:
php-version: ${{ matrix.php }}
extensions: posix, dom, curl, libxml, mbstring, zip, pcntl, pdo, sqlite, pdo_sqlite, bcmath, soap, intl, gd, exif, iconv, imagick
coverage: none

- name: Install dependencies
run: composer update --prefer-stable --prefer-dist --no-interaction --no-suggest --ignore-platform-reqs

- name: Run PHP tests
run: vendor/bin/phpunit
run: vendor/bin/phpunit

0 comments on commit 7f46062

Please sign in to comment.