Skip to content

Commit

Permalink
Remove php 7.1 from test config for now
Browse files Browse the repository at this point in the history
  • Loading branch information
sirbrillig committed Feb 9, 2022
1 parent 0031cfa commit 468388c
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,16 +7,8 @@ jobs:
- checkout
- run: COMPOSER=composer.json composer install
- run: COMPOSER=composer.json composer test
build_php7.1:
docker:
- image: circleci/php:7.1-browsers
steps:
- checkout
- run: COMPOSER=composer.json composer install
- run: COMPOSER=composer.json composer test
workflows:
version: 2
build_php_versions:
jobs:
- build_php7.1
- build_php7.4

0 comments on commit 468388c

Please sign in to comment.