Skip to content

Commit

Permalink
Fix phpunit workflow matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
danielburger1337 committed Apr 4, 2024
1 parent ff88aaf commit 6a1576b
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/phpunit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,23 +11,23 @@ jobs:
strategy:
matrix:
include:
- php-version: "8.3"
- php-version: "8.2"
dependency-version: "--prefer-lowest"
symfony-version: "6.4"

- php-version: "8.2"
- php-version: "8.3"
dependency-version: "--prefer-lowest"
symfony-version: "7.x"
symfony-version: "6.4"

- php-version: "8.2"
dependency-version: ""
symfony-version: "6.4"
symfony-version: "7.x"

- php-version: "8.3"
dependency-version: ""
symfony-version: "7.x"

name: PHPUnit with ${{ matrix.php-version }} (Symfony ${{ matrix.symfony-version }})
name: PHPUnit with PHP ${{ matrix.php-version }} (Symfony ${{ matrix.symfony-version }})

steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit 6a1576b

Please sign in to comment.