Skip to content

Commit

Permalink
Target PHP 8.1+ for the 3.x development branch
Browse files Browse the repository at this point in the history
  • Loading branch information
ramsey committed Dec 11, 2024
1 parent 463100c commit c8cc03e
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/continuous-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
strategy:
fail-fast: true
matrix:
php-version: [ '7.1', '7.2', '7.3', '7.4', '8.0', '8.1', '8.2', '8.3', '8.4' ]
php-version: [ '8.1', '8.2', '8.3', '8.4' ]
steps:
- uses: "actions/checkout@v4"
- uses: "shivammathur/setup-php@v2"
Expand Down Expand Up @@ -86,7 +86,7 @@ jobs:
strategy:
fail-fast: true
matrix:
php-version: [ '7.1', '7.2', '7.3', '7.4', '8.0', '8.1', '8.2', '8.3', '8.4' ]
php-version: [ '8.1', '8.2', '8.3', '8.4' ]
steps:
- uses: "actions/checkout@v4"
- uses: "shivammathur/setup-php@v2"
Expand Down
8 changes: 4 additions & 4 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,14 +6,14 @@
"sort-packages": true
},
"require": {
"php": "^7.1 || >=8.0.0 <8.5.0",
"php": "~8.1.0 || ~8.2.0 || ~8.3.0 || ~8.4.0",
"ext-json": "*",
"guzzlehttp/guzzle": "^6.5.8 || ^7.4.5"
"guzzlehttp/guzzle": "^7.4.5"
},
"require-dev": {
"mockery/mockery": "^1.3.5",
"mockery/mockery": "^1.6",
"php-parallel-lint/php-parallel-lint": "^1.4",
"phpunit/phpunit": "^7 || ^8 || ^9 || ^10 || ^11",
"phpunit/phpunit": "^10.5 || ^11.5",
"squizlabs/php_codesniffer": "^3.11"
},
"keywords": [
Expand Down

0 comments on commit c8cc03e

Please sign in to comment.