File tree Expand file tree Collapse file tree 2 files changed +2
-14
lines changed
Expand file tree Collapse file tree 2 files changed +2
-14
lines changed Original file line number Diff line number Diff line change 9999 - name : Setup Problem Matchers for PHPUnit
100100 run : echo "::add-matcher::${{ runner.tool_cache }}/phpunit.json"
101101
102- # - name: Allow Symfony 8 pre-releases
103- # if: contains(matrix.symfony-version, '8.')
104- # run: |
105- # composer config minimum-stability beta
106- # composer config prefer-stable true
107-
108102 # These dependencies are not used running the tests but can cause deprecation warnings so we remove them before running the tests
109103 - name : Remove unused dependencies
110104 run : composer remove vimeo/psalm phpstan/phpstan friendsofphp/php-cs-fixer --dev --no-interaction --no-update
@@ -143,7 +137,7 @@ jobs:
143137 symfony-version : 4.4.*
144138 - php : ' 8.4'
145139 dependencies : highest
146- symfony-version : 8.0.*@dev
140+ symfony-version : 8.0
147141
148142 steps :
149143 - name : Checkout
@@ -162,12 +156,6 @@ jobs:
162156 - name : Remove optional packages
163157 run : composer remove doctrine/dbal doctrine/doctrine-bundle symfony/messenger symfony/twig-bundle symfony/cache symfony/http-client --dev --no-update
164158
165- - name : Allow Symfony 8 pre-releases
166- if : contains(matrix.symfony-version || '', '8.')
167- run : |
168- composer config minimum-stability beta
169- composer config prefer-stable true
170-
171159 - name : Install dependencies
172160 uses : ramsey/composer-install@v3
173161 with :
Original file line number Diff line number Diff line change 1717 "php" : " ^7.2||^8.0" ,
1818 "guzzlehttp/psr7" : " ^2.1.1" ,
1919 "jean85/pretty-package-versions" : " ^1.5||^2.0" ,
20- "sentry/sentry" : " dev-master " ,
20+ "sentry/sentry" : " 4.18.1 " ,
2121 "symfony/cache-contracts" : " ^1.1||^2.4||^3.0" ,
2222 "symfony/config" : " ^4.4.20||^5.0.11||^6.0||^7.0||^8.0" ,
2323 "symfony/console" : " ^4.4.20||^5.0.11||^6.0||^7.0||^8.0" ,
You can’t perform that action at this time.
0 commit comments