We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents aadd000 + 3de667f commit bd166abCopy full SHA for bd166ab
.github/workflows/tests.yaml
@@ -6,6 +6,9 @@ on:
6
schedule:
7
- cron: '0 3 * * *'
8
9
+env:
10
+ COVERALLS_SERVICE_NUMBER: ${{ github.run_id }}-${{ github.run_attempt }}
11
+
12
jobs:
13
tests:
14
runs-on: ubuntu-latest
composer.json
@@ -19,6 +19,7 @@
19
},
20
"require-dev": {
21
"ergebnis/composer-normalize": "^2.13.2",
22
+ "nikic/php-parser": "<5.0",
23
"php-parallel-lint/php-parallel-lint": "^1.2.0",
24
"phpstan/extension-installer": "^1.1",
25
"phpstan/phpstan": "^1.3.0",
0 commit comments