Skip to content

Commit

Permalink
Update run-tests.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
barryvdh authored Nov 13, 2023
1 parent 1de4a34 commit 9bbacac
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,13 @@ jobs:
dependency-version: [prefer-lowest, prefer-stable]
os: [ubuntu-latest]
include:
- symfony: ^5.4
- symfony: 5.4.x
php: 7.2
- symfony: ^5.4
- symfony: 5.4.x
php: 7.3
- symfony: ^5.4
- symfony: 5.4.x
php: 7.4
- symfony: ^5.4
- symfony: 5.4.x
php: 8.1

name: PHP${{ matrix.php }} Symfony${{ matrix.symfony }} - ${{ matrix.os }} - ${{ matrix.dependency-version }}
Expand Down

0 comments on commit 9bbacac

Please sign in to comment.