Skip to content

Commit

Permalink
update CI
Browse files Browse the repository at this point in the history
  • Loading branch information
keradus committed Dec 21, 2021
1 parent 13937aa commit 1c103d1
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions .github/workflows/ci.yml
Expand Up @@ -11,23 +11,20 @@ jobs:
matrix:
include:
- operating-system: 'ubuntu-20.04'
php-version: '7.2'
php-version: '7.4'
job-description: 'with lowest deps'
composer-flags: '--prefer-stable --prefer-lowest' # should be checked on lowest supported PHP version

- operating-system: 'ubuntu-20.04'
php-version: '7.2'
php-version: '7.4'
job-description: 'with Sf ^4'
execute-flex-with-symfony-version: '^4' # Explicit check for Sf 4.x compatibility

- operating-system: 'ubuntu-20.04'
php-version: '7.3'
php-version: '7.4'
job-description: 'with Sf ^5'
execute-flex-with-symfony-version: '^5' # Explicit check for Sf 5.x compatibility

- operating-system: 'ubuntu-20.04'
php-version: '7.4'

- operating-system: 'ubuntu-20.04'
php-version: '8.0'
job-description: 'with Sf ^6'
Expand Down

0 comments on commit 1c103d1

Please sign in to comment.