Skip to content

Commit a393e80

Browse files
committed
Update workflow to enable Xdebug coverage for PHP 8.2 and comment unused test paths in Rector config
1 parent 71d9963 commit a393e80

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/downgrade-php74.yml

100644100755
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
uses: shivammathur/setup-php@v2
3131
with:
3232
php-version: '8.2'
33-
coverage: none
33+
coverage: xdebug
3434
tools: composer:v2
3535

3636
- name: Install dependencies
@@ -63,7 +63,7 @@ jobs:
6363
uses: shivammathur/setup-php@v2
6464
with:
6565
php-version: '8.2'
66-
coverage: none
66+
coverage: xdebug
6767
tools: composer:v2
6868

6969
- name: Install dependencies (ignore platform reqs to allow downgrade tools)

rector/toPhp7.4.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,6 @@
77
return RectorConfig::configure()
88
->withPaths([
99
__DIR__ . '/../src',
10-
// __DIR__ . '/../tests',
10+
// __DIR__ . '/../tests',
1111
])
1212
->withDowngradeSets(php74: true);

0 commit comments

Comments
 (0)