Skip to content

Commit 5833f09

Browse files
authored
Merge pull request #161 from jrushlow/ci/fix-xdebug
[CI] refactor test suite names && handle xdebug 3.0 support
2 parents d0a1af0 + a5326af commit 5833f09

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

.github/workflows/ci.yml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151
run: vendor/bin/psalm -c $GITHUB_WORKSPACE/psalm.xml
5252

5353
stable-tests:
54-
name: Test against Symfony Stable
54+
name: Symfony Stable
5555
runs-on: ubuntu-latest
5656

5757
strategy:
@@ -64,8 +64,8 @@ jobs:
6464
- name: Set PHP Version
6565
run: sudo update-alternatives --set php /usr/bin/php${{ matrix.php-versions }}
6666

67-
- name: Disable Xdebug
68-
run: sudo rm /etc/php/${{ matrix.php-versions }}/cli/conf.d/20-xdebug.ini
67+
# - name: Disable Xdebug
68+
# run: sudo rm /etc/php/${{ matrix.php-versions }}/cli/conf.d/20-xdebug.ini
6969

7070
- name: Get PHP Version
7171
run: |
@@ -107,7 +107,7 @@ jobs:
107107
if: always()
108108

109109
dev-main-tests:
110-
name: Test against Symfony Main
110+
name: Symfony Main
111111
runs-on: ubuntu-latest
112112

113113
strategy:
@@ -119,8 +119,8 @@ jobs:
119119
- name: Set PHP Version
120120
run: sudo update-alternatives --set php /usr/bin/php${{ matrix.php-versions }}
121121

122-
- name: Disable Xdebug
123-
run: sudo rm /etc/php/${{ matrix.php-versions }}/cli/conf.d/20-xdebug.ini
122+
# - name: Disable Xdebug
123+
# run: sudo rm /etc/php/${{ matrix.php-versions }}/cli/conf.d/20-xdebug.ini
124124

125125
- name: Get PHP Version
126126
run: |
@@ -154,7 +154,7 @@ jobs:
154154
if: always()
155155

156156
lowest-version-tests:
157-
name: Test with lowest dependency versions
157+
name: Lowest dependencies
158158
runs-on: ubuntu-latest
159159

160160
strategy:
@@ -166,8 +166,8 @@ jobs:
166166
- name: Set PHP Version
167167
run: sudo update-alternatives --set php /usr/bin/php${{ matrix.php-versions }}
168168

169-
- name: Disable Xdebug
170-
run: sudo rm /etc/php/${{ matrix.php-versions }}/cli/conf.d/20-xdebug.ini
169+
# - name: Disable Xdebug
170+
# run: sudo rm /etc/php/${{ matrix.php-versions }}/cli/conf.d/20-xdebug.ini
171171

172172
- name: Get PHP Version
173173
run: |

0 commit comments

Comments
 (0)