Skip to content

Commit

Permalink
Revert ci.yml branch tag
Browse files Browse the repository at this point in the history
  • Loading branch information
CRC-Mismatch committed Jun 1, 2022
1 parent 8e0213e commit 2077b59
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on:
pull_request: ~
push:
branches:
- patch-1-1
- master

jobs:
php-cs-fixer:
Expand All @@ -22,7 +22,6 @@ jobs:
fail-fast: false
matrix:
php: ['7.2', '7.3', '7.4', '8.0', '8.1']
composer-version: ['']
composer: ['']
phpunit: ['']
deprecation: ['']
Expand All @@ -38,11 +37,11 @@ jobs:
deprecation: max[direct]=0

# symfony version
- php: 8.0
symfony: '^3.0'
- php: 8.1
symfony: '^3.0'
deprecation: max[self]=0 # since Symfony 3 itself causes them...
- php: 8.0
symfony: '^3.0'
- php: 8.1
symfony: '^4.0'
- php: 8.1
Expand Down

0 comments on commit 2077b59

Please sign in to comment.