Skip to content

Commit 4479ebb

Browse files
authored
Drop PHP 8.4 support (#8)
1 parent 8c8e3f0 commit 4479ebb

3 files changed

Lines changed: 3 additions & 4 deletions

File tree

.github/workflows/ci.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@ jobs:
1313
strategy:
1414
matrix:
1515
php-version:
16-
- '8.4'
1716
- '8.5'
1817

1918
name: PHP ${{ matrix.php-version }}

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
"dev"
88
],
99
"require": {
10-
"php": "^8.4",
10+
"php": "^8.5",
1111
"erickskrauch/php-cs-fixer-custom-fixers": "^1.3.1",
1212
"friendsofphp/php-cs-fixer": "^3.94",
1313
"symplify/coding-standard": "^12.5"

composer.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)