Skip to content

Commit

Permalink
Test with --prefer-lowest also in PHP 8.1
Browse files Browse the repository at this point in the history
Newer PHP versions require newer dependencies, tests would fail.
  • Loading branch information
spaze committed Jan 18, 2025
1 parent 8cd75e4 commit 27157fa
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -153,6 +153,8 @@ jobs:
include:
- php-version: "8.0"
composer-args: "--prefer-lowest"
- php-version: "8.1"
composer-args: "--prefer-lowest"
fail-fast: false

steps:
Expand Down

0 comments on commit 27157fa

Please sign in to comment.