Skip to content

Commit 745d6cb

Browse files
committed
chore: fixes tests
1 parent 0fd13e5 commit 745d6cb

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

.github/workflows/tests.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ jobs:
77
runs-on: ${{ matrix.os }}
88
strategy:
99
matrix:
10-
os: [ubuntu-latest] # (macos-latest, windows-latest) 2.x-dev is under development
10+
os: [ubuntu-latest] # (macos-latest, windows-latest) 3.x-dev is under development
1111
php: ['8.2', '8.3']
1212
dependency-version: [prefer-lowest, prefer-stable]
1313
parallel: ['', '--parallel']

composer.json

-1
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,6 @@
5050
"lint": "pint",
5151
"test:lint": "pint --test",
5252
"test:types": "phpstan analyse --ansi",
53-
"test:unit": "pest --colors=always",
5453
"test": [
5554
"@test:lint",
5655
"@test:types",

0 commit comments

Comments
 (0)