Skip to content

Commit

Permalink
TASK: Disable platform-req checks for psalm and lowest deps
Browse files Browse the repository at this point in the history
  • Loading branch information
albe authored Apr 5, 2022
1 parent ad35528 commit afe27be
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/experimental.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,13 +23,15 @@ jobs:
include:
- flow-versions: 'master'
php-versions: 'nightly'
composer-arguments: '--ignore-platform-reqs'
static-analysis: 'psalm'
experimental: true
dependencies: 'highest'

# Build for minimum dependencies.
- flow-versions: 'master'
php-versions: 'nightly'
composer-arguments: '--ignore-platform-reqs'
static-analysis: 'no'
experimental: true
dependencies: 'lowest'
Expand Down

0 comments on commit afe27be

Please sign in to comment.