|
@@ -25,18 +25,13 @@ jobs:
|
|
|
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: '8.0'
|
|
|
- job-description: 'with Sf ^6'
|
|
|
- execute-flex-with-symfony-version: '^6' # Explicit check for Sf 6.x compatibility
|
|
|
-
|
|
|
- operating-system: 'ubuntu-20.04'
|
|
|
php-version: '7.4'
|
|
|
- job-description: 'with deployment'
|
|
|
- execute-deployment: 'yes'
|
|
|
|
|
|
- operating-system: 'ubuntu-20.04'
|
|
|
php-version: '8.0'
|
|
|
+ job-description: 'with Sf ^6'
|
|
|
+ execute-flex-with-symfony-version: '^6' # Explicit check for Sf 6.x compatibility
|
|
|
|
|
|
- operating-system: 'ubuntu-20.04'
|
|
|
php-version: '8.1'
|
|
@@ -49,13 +44,18 @@ jobs:
|
|
|
calculate-code-coverage: 'yes'
|
|
|
phpunit-flags: '--testsuite coverage --exclude-group covers-nothing --coverage-clover build/logs/clover.xml'
|
|
|
|
|
|
+ - operating-system: 'ubuntu-20.04'
|
|
|
+ php-version: '8.1'
|
|
|
+ job-description: 'with deployment'
|
|
|
+ execute-deployment: 'yes'
|
|
|
+
|
|
|
- operating-system: 'windows-latest'
|
|
|
- php-version: '7.4'
|
|
|
+ php-version: '8.1'
|
|
|
job-description: 'on Windows'
|
|
|
FAST_LINT_TEST_CASES: 1
|
|
|
|
|
|
- operating-system: 'macos-latest'
|
|
|
- php-version: '7.4'
|
|
|
+ php-version: '8.1'
|
|
|
job-description: 'on macOS'
|
|
|
|
|
|
name: PHP ${{ matrix.php-version }} ${{ matrix.job-description }}
|