Skip to content

Commit

Permalink
Add PHP 8.3 support, drop PHP < 8.2 (#16)
Browse files Browse the repository at this point in the history
  • Loading branch information
Slamdunk committed Nov 22, 2023
1 parent ce92010 commit 7fbbeae
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 10 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 Down Expand Up @@ -78,7 +78,7 @@ jobs:
strategy:
matrix:
php-version:
- "8.1"
- "8.2"

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

steps:
- uses: "actions/checkout@v4"
Expand Down
9 changes: 4 additions & 5 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,17 +11,16 @@
}
],
"require": {
"php": "~8.1.0 || ~8.2.0",
"php": "~8.2.0 || ~8.3.0",
"ext-openssl": "*",
"symfony/process": "^6.3.4"
},
"require-dev": {
"phpstan/phpstan": "^1.10.42",
"phpstan/phpstan": "^1.10.44",
"phpstan/phpstan-phpunit": "^1.3.15",
"phpunit/phpunit": "^10.4.2",
"slam/php-cs-fixer-extensions": "^3.9",
"slam/php-debug-r": "^1.8.1",
"slam/phpstan-extensions": "^6.0.0"
"slam/php-cs-fixer-extensions": "^3.10",
"slam/phpstan-extensions": "^6.1.0"
},
"autoload": {
"psr-4": {
Expand Down

0 comments on commit 7fbbeae

Please sign in to comment.