We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0fd13e5 commit 745d6cbCopy full SHA for 745d6cb
.github/workflows/tests.yml
@@ -7,7 +7,7 @@ jobs:
7
runs-on: ${{ matrix.os }}
8
strategy:
9
matrix:
10
- os: [ubuntu-latest] # (macos-latest, windows-latest) 2.x-dev is under development
+ os: [ubuntu-latest] # (macos-latest, windows-latest) 3.x-dev is under development
11
php: ['8.2', '8.3']
12
dependency-version: [prefer-lowest, prefer-stable]
13
parallel: ['', '--parallel']
composer.json
@@ -50,7 +50,6 @@
50
"lint": "pint",
51
"test:lint": "pint --test",
52
"test:types": "phpstan analyse --ansi",
53
- "test:unit": "pest --colors=always",
54
"test": [
55
"@test:lint",
56
"@test:types",
0 commit comments