chore: tests against Symonfy 7

This commit is contained in:
Nuno Maduro
2023-12-04 10:10:36 +00:00
parent d6db2c13c1
commit b6151e0d01

View File

@ -14,10 +14,14 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest, macos-latest, windows-latest]
symfony: ['6.0', '7.0']
php: ['8.1', '8.2', '8.3']
dependency-version: [prefer-lowest, prefer-stable]
exclude:
- php: 8.1
symfony: 7.0
name: PHP ${{ matrix.php }} - ${{ matrix.os }} - ${{ matrix.dependency-version }}
name: PHP ${{ matrix.php }} - Symfony ${{ matrix.php }} - ${{ matrix.os }} - ${{ matrix.dependency-version }}
steps:
- name: Checkout