Skip to content

Commit

Permalink
Add PHP 8.4 support, drop PHP 8.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Slamdunk committed Sep 25, 2024
1 parent 5bc64db commit 7331793
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
strategy:
matrix:
php-version:
- "8.2"
- "8.3"

steps:
- name: "Checkout"
Expand All @@ -43,8 +43,8 @@ jobs:
strategy:
matrix:
php-version:
- "8.2"
- "8.3"
- "8.4"
dependencies:
- "highest"

Expand Down Expand Up @@ -93,7 +93,7 @@ jobs:
strategy:
matrix:
php-version:
- "8.2"
- "8.3"

steps:
- name: "Checkout"
Expand Down Expand Up @@ -139,7 +139,7 @@ jobs:
strategy:
matrix:
php-version:
- "8.2"
- "8.3"

steps:
- name: "Checkout"
Expand Down Expand Up @@ -176,7 +176,7 @@ jobs:
strategy:
matrix:
php-version:
- "8.2"
- "8.3"

steps:
- name: "Checkout"
Expand Down
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
}
],
"require": {
"php": "~8.2.0 || ~8.3.0",
"php": "~8.3.0 || ~8.4.0",
"phpstan/phpstan": "^1.12.4"
},
"require-dev": {
Expand All @@ -36,7 +36,7 @@
"phpstan/phpstan-deprecation-rules": "^1.2.1",
"phpstan/phpstan-phpunit": "^1.4.0",
"phpunit/phpunit": "^9.6.21",
"slam/php-cs-fixer-extensions": "^3.11.1"
"slam/php-cs-fixer-extensions": "^3.12.0"
},
"conflict": {
"laminas/laminas-cache": "<3.12",
Expand Down

0 comments on commit 7331793

Please sign in to comment.