Skip to content

Commit

Permalink
Add php 8.1 to missing projects
Browse files Browse the repository at this point in the history
  • Loading branch information
jordisala1991 authored and VincentLanglet committed Dec 9, 2021
1 parent 59290c4 commit 40ae503
Showing 1 changed file with 18 additions and 18 deletions.
36 changes: 18 additions & 18 deletions config/projects.yaml
Expand Up @@ -118,12 +118,12 @@ classification-bundle:
" - 'resource: \"@NelmioApiDocBundle/Resources/config/routing.yml\"'"
branches:
5.x:
php: ['7.4', '8.0']
php: ['7.4', '8.0', '8.1']
php_extensions: ['mongodb']
variants:
symfony/symfony: ['4.4.*', '5.3.*', '5.4.*', '6.0.*']
4.x:
php: ['7.4', '8.0']
php: ['7.4', '8.0', '8.1']
php_extensions: ['mongodb']
variants:
symfony/symfony: ['4.4.*', '5.3.*', '5.4.*', '6.0.*']
Expand All @@ -148,22 +148,22 @@ doctrine-extensions:
has_documentation: false
branches:
2.x:
php: ['7.3', '7.4', '8.0']
php: ['7.3', '7.4', '8.0', '8.1']
php_extensions: ['mongodb']
1.x:
php: ['7.3', '7.4', '8.0']
php: ['7.3', '7.4', '8.0', '8.1']
php_extensions: ['mongodb']

doctrine-mongodb-admin-bundle:
phpunit_extensions: ['panther']
branches:
5.x:
php: ['7.3', '7.4', '8.0']
php: ['7.3', '7.4', '8.0', '8.1']
php_extensions: ['mongodb', 'zip']
variants:
symfony/symfony: ['4.4.*', '5.3.*', '5.4.*', '6.0.*']
4.x:
php: ['7.3', '7.4', '8.0']
php: ['7.3', '7.4', '8.0', '8.1']
php_extensions: ['mongodb', 'zip']
variants:
symfony/symfony: ['4.4.*', '5.3.*', '5.4.*', '6.0.*']
Expand Down Expand Up @@ -214,12 +214,12 @@ exporter:
documentation_badge_slug: sonata-project-exporter
branches:
3.x:
php: ['7.3', '7.4', '8.0']
php: ['7.3', '7.4', '8.0', '8.1']
php_extensions: ['mongodb']
variants:
symfony/symfony: ['4.4.*', '5.3.*', '5.4.*', '6.0.*']
2.x:
php: ['7.3', '7.4', '8.0']
php: ['7.3', '7.4', '8.0', '8.1']
php_extensions: ['mongodb']
variants:
symfony/symfony: ['4.4.*', '5.3.*', '5.4.*', '6.0.*']
Expand Down Expand Up @@ -281,12 +281,12 @@ media-bundle:
documentation_badge_slug: sonata-project-sonatamediabundle
branches:
5.x:
php: ['7.4', '8.0']
php: ['7.4', '8.0', '8.1']
php_extensions: ['mongodb', 'gd']
variants:
symfony/symfony: ['4.4.*', '5.3.*', '5.4.*', '6.0.*']
4.x:
php: ['7.4', '8.0']
php: ['7.4', '8.0', '8.1']
php_extensions: ['mongodb', 'gd']
variants:
symfony/symfony: ['4.4.*', '5.3.*', '5.4.*', '6.0.*']
Expand All @@ -301,12 +301,12 @@ news-bundle:
" - 'resource: \"@NelmioApiDocBundle/Resources/config/routing.yml\"'"
branches:
4.x:
php: ['7.4', '8.0']
php: ['7.4', '8.0', '8.1']
php_extensions: ['zip']
variants:
symfony/symfony: ['4.4.*']
3.x:
php: ['7.3', '7.4', '8.0']
php: ['7.3', '7.4', '8.0', '8.1']
php_extensions: ['zip']
variants:
symfony/symfony: ['4.4.*']
Expand All @@ -316,11 +316,11 @@ notification-bundle:
" - 'resource: \"@NelmioApiDocBundle/Resources/config/routing.yml\"'"
branches:
4.x:
php: ['7.3', '7.4', '8.0']
php: ['7.3', '7.4', '8.0', '8.1']
variants:
symfony/symfony: ['4.4.*', '5.3.*', '5.4.*']
3.x:
php: ['7.3', '7.4', '8.0']
php: ['7.3', '7.4', '8.0', '8.1']
variants:
symfony/symfony: ['4.4.*']

Expand All @@ -329,12 +329,12 @@ page-bundle:
" - 'resource: \"@NelmioApiDocBundle/Resources/config/routing.yml\"'"
branches:
4.x:
php: ['7.4', '8.0']
php: ['7.4', '8.0', '8.1']
variants:
symfony/symfony: ['4.4.*']
sonata-project/block-bundle: ['3.*']
3.x:
php: ['7.3', '7.4', '8.0']
php: ['7.3', '7.4', '8.0', '8.1']
variants:
symfony/symfony: ['4.4.*']
sonata-project/block-bundle: ['3.*']
Expand Down Expand Up @@ -403,10 +403,10 @@ user-bundle:
" - 'resource: \"@NelmioApiDocBundle/Resources/config/routing.yml\"'"
branches:
5.x:
php: ['7.3', '7.4', '8.0']
php: ['7.3', '7.4', '8.0', '8.1']
variants:
symfony/symfony: ['4.4.*']
4.x:
php: ['7.3', '7.4', '8.0']
php: ['7.3', '7.4', '8.0', '8.1']
variants:
symfony/symfony: ['4.4.*']

0 comments on commit 40ae503

Please sign in to comment.