Skip to content

Commit

Permalink
Fix: Adjust build matrix to reflect changes in phpunit/phpunit for PH…
Browse files Browse the repository at this point in the history
…P 8.4
  • Loading branch information
localheinz committed Nov 25, 2024
1 parent 58a611e commit e470be9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/settings.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,8 +67,8 @@ branches:
- context: "Tests (9.0.0, 8.2, lowest)"
- context: "Tests (9.0.0, 8.3, highest)"
- context: "Tests (9.0.0, 8.3, lowest)"
- context: "Tests (9.0.0, 8.4, highest)"
- context: "Tests (9.0.0, 8.4, lowest)"
- context: "Tests (9.6.21, 8.4, highest)"
- context: "Tests (9.6.21, 8.4, lowest)"
- context: "Tests (10.0.0, 8.1, highest)"
- context: "Tests (10.0.0, 8.1, lowest)"
- context: "Tests (10.0.0, 8.2, highest)"
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/integrate.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -615,11 +615,11 @@ jobs:
php-version: "8.3"
dependencies: "highest"

- phpunit-version: "9.0.0"
- phpunit-version: "9.6.21"
php-version: "8.4"
dependencies: "lowest"

- phpunit-version: "9.0.0"
- phpunit-version: "9.6.21"
php-version: "8.4"
dependencies: "highest"

Expand Down

0 comments on commit e470be9

Please sign in to comment.