Skip to content

Commit fff4fd2

Browse files
committed
wip
1 parent 6ed87a1 commit fff4fd2

File tree

2 files changed

+2
-14
lines changed

2 files changed

+2
-14
lines changed

.github/workflows/tests.yaml

Lines changed: 1 addition & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -99,12 +99,6 @@ jobs:
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:

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
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",

0 commit comments

Comments
 (0)