Skip to content

Commit

Permalink
[CI] Removed ignore-platform-req from PHP 8 installation (#238)
Browse files Browse the repository at this point in the history
* [CI] Removed ignore-platform-req from PHP 8 installation

* [Composer] Switched to new Faker org and updated version

* Added direct requirement for ezsystems/ezplatform-http-cache

* Added ezsystems/ezplatform-rest
  • Loading branch information
mnocon authored Dec 22, 2021
1 parent 2b03f20 commit 557e077
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 6 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,12 +19,9 @@ jobs:
php:
- '7.3'
- '7.4'
- '8.0'
- '8.1'
composer_options: [ "" ]
include:
- php: '8.0'
composer_options: "--ignore-platform-req php"
- php: '8.1'
composer_options: "--ignore-platform-req php"

steps:
- uses: actions/checkout@v2
Expand Down
4 changes: 3 additions & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
"friends-of-behat/mink-browserkit-driver": "^1.4",
"friends-of-behat/mink-extension": "^2.4",
"friends-of-behat/symfony-extension": "^2.1",
"fzaninotto/faker": "^1.9",
"fakerphp/faker": "^1.17",
"guzzlehttp/psr7": "^1.6.1",
"liuggio/fastest": "^1.7",
"php-http/client-common": "^2.1",
Expand All @@ -44,6 +44,8 @@
"ibexa/ci-scripts": "^0.1@dev",
"ezsystems/doctrine-dbal-schema": "^1.0@dev",
"ezsystems/ezplatform-code-style": "^1.0.0",
"ezsystems/ezplatform-http-cache": "^2.3@dev",
"ezsystems/ezplatform-rest": "^1.3@dev",
"friendsofphp/php-cs-fixer": "^2.16.0",
"mikey179/vfsstream": "^1.6"
},
Expand Down

0 comments on commit 557e077

Please sign in to comment.