Skip to content

Commit 08100a5

Browse files
committed
ci: added Symfony 6.2
1 parent 6d05c50 commit 08100a5

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

.github/workflows/test.yaml

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,3 +72,20 @@ jobs:
7272
composer require --no-update --dev symfony/framework-bundle=$SYMFONY_VERSION symfony/yaml=$SYMFONY_VERSION
7373
composer update --prefer-dist --no-interaction --no-ansi --no-progress
7474
php vendor/bin/simple-phpunit
75+
76+
tests-php-8-1-symfony-6-2:
77+
runs-on: ubuntu-latest
78+
env:
79+
SYMFONY_VERSION: 6.2.*
80+
steps:
81+
- uses: actions/checkout@master
82+
- uses: shivammathur/setup-php@v2
83+
with:
84+
php-version: '8.1'
85+
coverage: none
86+
- name: PHPUnit
87+
run: |
88+
composer require --no-update symfony/config=$SYMFONY_VERSION symfony/http-kernel=$SYMFONY_VERSION symfony/dependency-injection=$SYMFONY_VERSION symfony/options-resolver=$SYMFONY_VERSION
89+
composer require --no-update --dev symfony/framework-bundle=$SYMFONY_VERSION symfony/yaml=$SYMFONY_VERSION
90+
composer update --prefer-dist --no-interaction --no-ansi --no-progress
91+
php vendor/bin/simple-phpunit

0 commit comments

Comments
 (0)