Skip to content

Commit af00827

Browse files
committed
Check PHP 8.5 support
1 parent 602074e commit af00827

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

.github/workflows/php.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
fail-fast: false
1515
matrix:
1616
operating-system: [ ubuntu-latest ]
17-
php-versions: [ '8.0', '8.1', '8.2', '8.3', '8.4' ]
17+
php-versions: [ '8.0', '8.1', '8.2', '8.3', '8.4', '8.5' ]
1818

1919
steps:
2020
- uses: actions/checkout@v6
@@ -43,7 +43,7 @@ jobs:
4343
run: composer validate
4444

4545
- name: Install Composer dependencies
46-
run: composer install --no-progress --no-suggest --prefer-dist --optimize-autoloader --no-interaction
46+
run: composer install --no-progress --prefer-dist --optimize-autoloader --no-interaction
4747

4848
- name: Run Tests
4949
id: tests

composer.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,6 @@
2828
"require-dev": {
2929
"phpunit/phpunit": "^9.0.0",
3030
"squizlabs/php_codesniffer": "^4.0.0",
31-
"pdepend/pdepend": "^2.16.1",
3231
"phan/phan": "^4.0||^5.0||^6.0",
3332
"phpmd/phpmd": "^2.0.0",
3433
"friendsofphp/php-cs-fixer": "^3.69.0"

0 commit comments

Comments
 (0)