Skip to content

Commit

Permalink
Remove dev package for PHP 8 that is incompatible
Browse files Browse the repository at this point in the history
  • Loading branch information
pierredup committed Mar 31, 2021
1 parent a7ffa47 commit cc052ca
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,9 @@ jobs:

- name: Install PHP 8 dependencies
if: startsWith(matrix.php, '8')
run: composer req --dev payum/payum:dev-master
run: |
composer req --dev --no-update payum/payum:dev-master
composer rem --dev --no-update league/uri-schemes
- name: Install dependencies
run: composer update
Expand Down

0 comments on commit cc052ca

Please sign in to comment.