Skip to content

Commit

Permalink
Merge pull request #5170 from rldhont/github-action-phpunit-matrix-up…
Browse files Browse the repository at this point in the history
…date

Github Action PHPUnit Matrix update
  • Loading branch information
rldhont authored Jan 10, 2025
2 parents 65bc9e3 + 50196bd commit a5b2f7f
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,14 +17,16 @@ jobs:
strategy:
matrix:
include:
- php-version: "7.4"
php-unit: "9.6.22"
- php-version: "8.0"
php-unit: "9.5.7"
php-unit: "9.6.22"
- php-version: "8.1"
php-unit: "10.5.29"
php-unit: "10.5.40"
- php-version: "8.2"
php-unit: "11.3.1"
php-unit: "11.5.2"
- php-version: "8.3"
php-unit: "11.3.1"
php-unit: "11.5.2"
steps:

- name: Check out repository
Expand Down

0 comments on commit a5b2f7f

Please sign in to comment.