Skip to content

Commit

Permalink
Remove unsupported entries
Browse files Browse the repository at this point in the history
  • Loading branch information
mark-gerarts committed Aug 4, 2022
1 parent efb9b53 commit 44ed317
Showing 1 changed file with 4 additions and 34 deletions.
38 changes: 4 additions & 34 deletions .github/workflows/continuous-integration.yaml
Expand Up @@ -10,50 +10,20 @@ jobs:
strategy:
matrix:
include:
- php: '7.2'
phpunit: '8.5'
symfony: '4.4.*'
- php: '7.2'
phpunit: '8.5'
symfony: '5.4.*'
- php: '7.3'
phpunit: '9.5'
symfony: '4.4.*'
- php: '7.3'
phpunit: '9.5'
symfony: '5.4.*'
- php: '7.4'
phpunit: '9.5'
symfony: '4.4.*'
- php: '7.4'
phpunit: '9.5'
symfony: '5.4.*'
- php: '8.0'
phpunit: '9.5'
symfony: '4.4.*'
- php: '8.0'
phpunit: '9.5'
symfony: '5.4.*'
phpunit: '8.5'
- php: '8.0'
phpunit: '9.5'
symfony: '6.0.*'
- php: '8.1'
phpunit: '9.5'
symfony: '4.4.*'
- php: '8.1'
phpunit: '9.5'
symfony: '5.4.*'
phpunit: '8.5'
- php: '8.1'
phpunit: '9.5'
symfony: '6.0.*'
phpunit: '8.5'
steps:
- uses: actions/checkout@v2

- name: Install PHP
uses: shivammathur/setup-php@v2
with:
php-version: ${{ matrix.php }}
tools: 'composer:v2,flex'
tools: 'composer:v2'

- name: Cache Composer dependencies
uses: actions/cache@v2
Expand Down

0 comments on commit 44ed317

Please sign in to comment.