We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 75cd321 commit 246de3eCopy full SHA for 246de3e
2 files changed
.github/workflows/ci.yml
@@ -8,8 +8,8 @@ jobs:
8
runs-on: ubuntu-latest
9
strategy:
10
matrix:
11
- php: ['7.3', '8.1']
12
- deps: ['lowest', 'stable']
+ php: ['8.1']
+ deps: ['stable']
13
steps:
14
- name: Checkout code
15
uses: actions/checkout@v2
composer.json
@@ -28,7 +28,7 @@
28
},
29
"scripts": {
30
"test": [
31
- "php-cs-fixer fix -v",
+ "php-cs-fixer fix --dry-run -v",
32
"phpmd src text phpmd.xml.dist",
33
"phpspec run --format=dot"
34
]
0 commit comments