Skip to content

Commit 5337bc6

Browse files
committed
Remove diff-format and add PHP 8.1
1 parent d82d047 commit 5337bc6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Diff for: .github/workflows/test.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515

1616
strategy:
1717
matrix:
18-
php: ['7.4', '8.0']
18+
php: ['7.4', '8.0', '8.1']
1919

2020
steps:
2121
- uses: actions/checkout@v2

Diff for: Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
test: cs-check test-phpunit test-phpspec
44

55
cs-check:
6-
vendor/bin/php-cs-fixer fix --diff --diff-format=udiff --dry-run
6+
vendor/bin/php-cs-fixer fix --diff --dry-run
77

88
test-phpunit:
99
vendor/bin/phpunit

0 commit comments

Comments
 (0)