Skip to content

Commit

Permalink
Merge pull request #4 from vdechenaux/fix-ci
Browse files Browse the repository at this point in the history
Fix CI for PHP 7.4
  • Loading branch information
vdechenaux committed May 1, 2023
2 parents 35a54b7 + 95ccf8e commit b6f0608
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ workflows:
- unit-tests:
matrix:
parameters:
version: ["7.4", "8.0", "8.1"]
version: ["7.4", "8.0", "8.1", "8.2"]
preferLowest: ["--prefer-lowest", ""]

jobs:
Expand All @@ -26,7 +26,8 @@ jobs:
- run:
name: "Pre Coverage"
command: |
sudo -E install-php-extensions xdebug
if [ "<< parameters.version >>" = "7.4" ]; then export XDEBUG_VERSION=-^3.1; fi
sudo -E install-php-extensions xdebug$XDEBUG_VERSION
sudo docker-php-ext-enable xdebug
mkdir -p build/logs
- run:
Expand Down

0 comments on commit b6f0608

Please sign in to comment.