Skip to content

Commit 6ed87a1

Browse files
committed
wip
1 parent 5e82e76 commit 6ed87a1

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

.github/workflows/tests.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -99,11 +99,11 @@ 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
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
107107

108108
# These dependencies are not used running the tests but can cause deprecation warnings so we remove them before running the tests
109109
- name: Remove unused dependencies

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"keywords": ["logging", "errors", "symfony", "sentry"],
66
"homepage": "http://getsentry.com",
77
"minimum-stability": "dev",
8-
"prefer-stable": true,
8+
"prefer-stable": false,
99
"license": "MIT",
1010
"authors": [
1111
{

0 commit comments

Comments
 (0)