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.
1 parent d82d047 commit 5337bc6Copy full SHA for 5337bc6
.github/workflows/test.yaml
@@ -15,7 +15,7 @@ jobs:
15
16
strategy:
17
matrix:
18
- php: ['7.4', '8.0']
+ php: ['7.4', '8.0', '8.1']
19
20
steps:
21
- uses: actions/checkout@v2
Makefile
@@ -3,7 +3,7 @@
3
test: cs-check test-phpunit test-phpspec
4
5
cs-check:
6
- vendor/bin/php-cs-fixer fix --diff --diff-format=udiff --dry-run
+ vendor/bin/php-cs-fixer fix --diff --dry-run
7
8
test-phpunit:
9
vendor/bin/phpunit
0 commit comments