Skip to content

Commit 14e9c2f

Browse files
author
Tyler King
committed
Removal of PHP8 Actions as phpdocumentor does not yet support
1 parent fefb454 commit 14e9c2f

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
strategy:
1010
max-parallel: 2
1111
matrix:
12-
php-versions: ['7.2', '7.4', '8.0']
12+
php-versions: ['7.2', '7.4']
1313

1414
name: PHP ${{ matrix.php-versions }}
1515

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@
1717
},
1818
"require-dev": {
1919
"phpunit/phpunit": "^6.2|^9.3",
20-
"phpdocumentor/phpdocumentor": "2.*",
21-
"squizlabs/php_codesniffer": "^3.0"
20+
"phpdocumentor/phpdocumentor": "^3.0",
21+
"squizlabs/php_codesniffer": "^3.5"
2222
},
2323
"scripts": {
2424
"test": "bin/phpunit"

0 commit comments

Comments
 (0)