Skip to content

Commit

Permalink
[CI] drop ignore platform reqs (#4870)
Browse files Browse the repository at this point in the history
  • Loading branch information
TomasVotruba authored Dec 13, 2020
1 parent eddb2b2 commit f3decc4
Showing 1 changed file with 2 additions and 9 deletions.
11 changes: 2 additions & 9 deletions .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,14 +9,10 @@ jobs:
strategy:
fail-fast: false
matrix:
php: ['7.4']
dependencies: ['locked']
php: ['7.4', '8.0']
include:
- php: '7.3'
dependencies: 'lowest'
- php: '8.0'
dependencies: 'latest'


name: PHP ${{ matrix.php }} tests
steps:
Expand All @@ -31,9 +27,6 @@ jobs:
if: "matrix.dependencies == 'lowest'"

- run: composer install --no-progress --ansi
if: "matrix.dependencies == 'locked'"

- run: composer install --no-progress --ansi --ignore-platform-req=php
if: "matrix.dependencies == 'latest'"
if: "matrix.dependencies != 'lowest'"

- run: vendor/bin/phpunit

0 comments on commit f3decc4

Please sign in to comment.