Skip to content

Commit

Permalink
Add PHP 8.3 support, drop PHP < 8.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Slamdunk committed Nov 20, 2023
1 parent 3b88a00 commit 4ae2418
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 @@ -17,7 +17,7 @@ jobs:
strategy:
matrix:
php-version:
- "8.1"
- "8.2"

steps:
- uses: "actions/checkout@v4"
Expand All @@ -40,11 +40,11 @@ jobs:
strategy:
matrix:
php-version:
- "8.2"
- "8.3"
code-coverage:
- "none"
include:
- php-version: "8.1"
- php-version: "8.2"
code-coverage: "pcov"

steps:
Expand All @@ -70,7 +70,7 @@ jobs:
strategy:
matrix:
php-version:
- "8.1"
- "8.2"

steps:
- uses: "actions/checkout@v4"
Expand All @@ -89,7 +89,7 @@ jobs:
strategy:
matrix:
php-version:
- "8.1"
- "8.2"

steps:
- uses: "actions/checkout@v4"
Expand Down
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,13 @@
}
],
"require": {
"php": "~8.1.0 || ~8.2.0",
"php": "~8.2.0 || ~8.3.0",
"ext-mbstring": "*",
"ext-tokenizer": "*",
"friendsofphp/php-cs-fixer": "^3.38.2"
},
"require-dev": {
"phpstan/phpstan": "^1.10.42",
"phpstan/phpstan": "^1.10.43",
"phpstan/phpstan-phpunit": "^1.3.15",
"phpunit/phpunit": "^10.4.2",
"slam/php-debug-r": "^1.8.1",
Expand Down

0 comments on commit 4ae2418

Please sign in to comment.