Skip to content

Commit

Permalink
Removes PHP 7.3 from CI
Browse files Browse the repository at this point in the history
  • Loading branch information
Gareth Ellis committed Mar 15, 2022
1 parent 8f87525 commit 0bd58bf
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,6 @@ jobs:
- name: Composer install
run: composer install --prefer-dist

- name: Run PHPUnit (7.3)
run: php7.3 vendor/bin/phpunit

- name: Run PHPUnit (7.4)
run: php7.4 vendor/bin/phpunit

Expand Down

0 comments on commit 0bd58bf

Please sign in to comment.