Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
Pierstoval committed Jun 10, 2024
1 parent 4e59f42 commit b9420ab
Showing 1 changed file with 6 additions and 16 deletions.
22 changes: 6 additions & 16 deletions .github/workflows/php.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,22 +21,12 @@ jobs:
- '5.3'
- '5.4'
- '6.0'

exclude:
- php-version: 7.2
symfony-version: 6.0
- php-version: 7.3
symfony-version: 6.0
- php-version: 7.4
symfony-version: 6.0
- php-version: 8.0
symfony-version: 6.0

include:
- php-version: 8.2
symfony-version: 7.0
- php-version: 8.3
symfony-version: 7.0
- '6.1'
- '6.2'
- '6.3'
- '6.4'
- '7.0'
- '7.1'

name: PHP ${{ matrix.php-version }} and Symfony ${{ matrix.symfony-version }}
steps:
Expand Down

0 comments on commit b9420ab

Please sign in to comment.