Skip to content

Commit

Permalink
Fixes integration tests
Browse files Browse the repository at this point in the history
  • Loading branch information
nunomaduro committed Dec 4, 2023
1 parent 3b1026b commit 42b5fa9
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/integration-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,14 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest, macos-latest, windows-latest]
php: ['8.1', '8.2']
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.symfony }} - ${{ matrix.os }} - ${{ matrix.dependency-version }}

steps:
- name: Checkout
Expand Down

0 comments on commit 42b5fa9

Please sign in to comment.