Skip to content

Commit 33f5b8b

Browse files
committed
simpler tests, focus only on dev as thats what checks in build
1 parent 0b228f4 commit 33f5b8b

File tree

3 files changed

+0
-70
lines changed

3 files changed

+0
-70
lines changed

.github/workflows/compat_tests.yaml.yml

Lines changed: 0 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -12,26 +12,10 @@ jobs:
1212
fail-fast: false
1313
matrix:
1414
actions:
15-
-
16-
name: 'Rector stable + PHPUnit 10'
17-
run: composer require "phpunit/phpunit:10.*" "rector/rector:^2.2" -W
18-
php: 8.2
19-
-
20-
name: 'Rector dev + PHPUnit 10'
21-
run: composer require "phpunit/phpunit:10.*" "rector/rector:dev-main" -W
22-
php: 8.2
23-
-
24-
name: 'Rector stable + PHPUnit 11'
25-
run: composer require "phpunit/phpunit:11.*" "rector/rector:^2.2" -W
26-
php: 8.2
2715
-
2816
name: 'Rector dev + PHPUnit 11'
2917
run: composer require "phpunit/phpunit:11.*" "rector/rector:dev-main" -W
3018
php: 8.2
31-
-
32-
name: 'Rector stable + PHPUnit 12'
33-
run: composer require "phpunit/phpunit:12.*" "rector/rector:^2.2" -W
34-
php: 8.3
3519
-
3620
name: 'Rector dev + PHPUnit 12'
3721
run: composer require "phpunit/phpunit:12.*" "rector/rector:dev-main" -W
@@ -53,8 +37,6 @@ jobs:
5337
- uses: "ramsey/composer-install@v2"
5438
- run: ${{ matrix.actions.run }}
5539

56-
- run: vendor/bin/phpunit tests/PHPStan
57-
5840
- run: vendor/bin/phpunit tests/Rector
5941

6042
- run: vendor/bin/phpunit

.github/workflows/compat_tests_global_phpstan.yaml

Lines changed: 0 additions & 47 deletions
This file was deleted.

.github/workflows/compat_tests_global_rector.yaml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,6 @@ jobs:
1212
fail-fast: false
1313
matrix:
1414
actions:
15-
-
16-
name: 'Rector stable + PHPUnit 12 global for Rector'
17-
run: composer require --dev "rector/rector:^2.2" -W
18-
php: 8.3
19-
2015
-
2116
name: 'Rector dev + PHPUnit 12 global for Rector'
2217
run: composer require --dev "rector/rector:dev-main" -W

0 commit comments

Comments
 (0)