Skip to content

Commit

Permalink
Increase CI matrix to test against more recent PHPUnit & PHP versions
Browse files Browse the repository at this point in the history
  • Loading branch information
Jean85 committed Nov 21, 2024
1 parent d70e871 commit 319ebc3
Showing 1 changed file with 28 additions and 13 deletions.
41 changes: 28 additions & 13 deletions .github/workflows/integrate.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -86,16 +86,25 @@ jobs:
fail-fast: false

matrix:
php-version:
- "7.4"

phpunit-version:
- "9.1.0"

dependencies:
- "lowest"
- "locked"
- "highest"
include:
- php-version: "7.4"
phpunit-version: "9.1.0"
dependencies: "locked"
- php-version: "8.0"
phpunit-version: "9.6.0"
dependencies: "highest"
- php-version: "8.1"
phpunit-version: "10.0"
dependencies: "highest"
- php-version: "8.2"
phpunit-version: "10.0"
dependencies: "highest"
- php-version: "8.3"
phpunit-version: "11.0"
dependencies: "highest"
- php-version: "8.4"
phpunit-version: "11.0"
dependencies: "highest"

steps:
- name: "Checkout"
Expand Down Expand Up @@ -153,10 +162,16 @@ jobs:
strategy:
matrix:
php-version:
- "7.4"

- "8.4"
- "8.3"
- "8.2"
- "8.1"
- "8.0"
dependencies:
- "locked"
- "highest"
include:
- php-version: "7.4"
dependencies: "locked"

steps:
- name: "Checkout"
Expand Down

0 comments on commit 319ebc3

Please sign in to comment.