Skip to content

Commit

Permalink
Github Action PHPUnit Matrix update
Browse files Browse the repository at this point in the history
  • Loading branch information
rldhont committed Jan 10, 2025
1 parent ee71268 commit 50196bd
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 50196bd

Please sign in to comment.