Skip to content

Commit

Permalink
Merge pull request #5529 from paulbalandan/php-8.1
Browse files Browse the repository at this point in the history
Remove experimental flag for PHP 8.1
  • Loading branch information
kenjis authored Jan 4, 2022
2 parents 1f26fec + fb31518 commit 2444763
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/test-phpunit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,6 @@ jobs:
- php-versions: '7.4'
db-platforms: MySQLi
mysql-versions: '8.0'
# @todo remove once 8.1 is stable enough
- php-versions: '8.1'
composer-flag: '--ignore-platform-req=php'

services:
mysql:
Expand Down Expand Up @@ -119,8 +116,8 @@ jobs:

- name: Install dependencies
run: |
composer update --ansi --no-interaction ${{ matrix.composer-flag }}
composer remove --ansi --dev --unused -W ${{ matrix.composer-flag }} -- rector/rector phpstan/phpstan friendsofphp/php-cs-fixer nexusphp/cs-config codeigniter/coding-standard
composer update --ansi --no-interaction
composer remove --ansi --dev --unused -W -- rector/rector phpstan/phpstan friendsofphp/php-cs-fixer nexusphp/cs-config codeigniter/coding-standard
env:
COMPOSER_AUTH: ${{ secrets.COMPOSER_AUTH }}

Expand Down

0 comments on commit 2444763

Please sign in to comment.