File tree Expand file tree Collapse file tree 1 file changed +9
-9
lines changed Expand file tree Collapse file tree 1 file changed +9
-9
lines changed Original file line number Diff line number Diff line change 51
51
run : vendor/bin/psalm -c $GITHUB_WORKSPACE/psalm.xml
52
52
53
53
stable-tests :
54
- name : Test against Symfony Stable
54
+ name : Symfony Stable
55
55
runs-on : ubuntu-latest
56
56
57
57
strategy :
64
64
- name : Set PHP Version
65
65
run : sudo update-alternatives --set php /usr/bin/php${{ matrix.php-versions }}
66
66
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
69
69
70
70
- name : Get PHP Version
71
71
run : |
@@ -107,7 +107,7 @@ jobs:
107
107
if : always()
108
108
109
109
dev-main-tests :
110
- name : Test against Symfony Main
110
+ name : Symfony Main
111
111
runs-on : ubuntu-latest
112
112
113
113
strategy :
@@ -119,8 +119,8 @@ jobs:
119
119
- name : Set PHP Version
120
120
run : sudo update-alternatives --set php /usr/bin/php${{ matrix.php-versions }}
121
121
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
124
124
125
125
- name : Get PHP Version
126
126
run : |
@@ -154,7 +154,7 @@ jobs:
154
154
if : always()
155
155
156
156
lowest-version-tests :
157
- name : Test with lowest dependency versions
157
+ name : Lowest dependencies
158
158
runs-on : ubuntu-latest
159
159
160
160
strategy :
@@ -166,8 +166,8 @@ jobs:
166
166
- name : Set PHP Version
167
167
run : sudo update-alternatives --set php /usr/bin/php${{ matrix.php-versions }}
168
168
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
171
171
172
172
- name : Get PHP Version
173
173
run : |
You can’t perform that action at this time.
0 commit comments