Skip to content

Commit 20b630c

Browse files
chore: Remove pest-plugin-drift dependency and adjust max-parallel setting in CI workflow
1 parent d1771b9 commit 20b630c

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
fail-fast: false
1111
matrix:
1212
php: [8.1, 8.2, 8.3, 8.4]
13-
max-parallel: 4
13+
max-parallel: 2
1414

1515
name: Tests PHP${{ matrix.php }}
1616

composer.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,6 @@
2929
"friendsofphp/php-cs-fixer": "^3.75",
3030
"mockery/mockery": "^1.6",
3131
"pestphp/pest": "^2.36.0|^3.5.0",
32-
"pestphp/pest-plugin-drift": "^3.0",
3332
"react/async": "^4.0",
3433
"react/child-process": "^0.6.6",
3534
"symfony/var-dumper": "^6.4.11|^7.1.5"

0 commit comments

Comments
 (0)