Skip to content

Commit

Permalink
Merge pull request #653 from ergebnis/fix/matrix
Browse files Browse the repository at this point in the history
Fix: Adjust build matrix
  • Loading branch information
localheinz authored Feb 7, 2025
2 parents b1e8d3b + f1765f2 commit 3a32b3b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/integrate.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -555,15 +555,15 @@ jobs:
php-version: "8.3"
dependencies: "lowest"

- phpunit-version: "8.5.40"
- phpunit-version: "8.5.19"
php-version: "8.3"
dependencies: "highest"

- phpunit-version: "8.5.40"
php-version: "8.4"
dependencies: "lowest"

- phpunit-version: "8.5.19"
- phpunit-version: "8.5.40"
php-version: "8.4"
dependencies: "highest"

Expand Down

0 comments on commit 3a32b3b

Please sign in to comment.