Skip to content

Commit

Permalink
Merge pull request #19 from phpro/PHP83
Browse files Browse the repository at this point in the history
Allow PHP83
  • Loading branch information
veewee authored Nov 24, 2023
2 parents 7e37848 + e2c26ef commit 75de32a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/grumphp.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
strategy:
matrix:
operating-system: [ubuntu-latest]
php-versions: ['8.0', '8.1', '8.2']
php-versions: ['8.1', '8.2', '8.3']
composer-options: ['', '--prefer-lowest']
fail-fast: false
name: PHP ${{ matrix.php-versions }} @ ${{ matrix.operating-system }} with ${{ matrix.composer-options }}
Expand Down
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@
"type": "library",
"require-dev": {
"friendsofphp/php-cs-fixer": "^3.13",
"phpro/grumphp-shim": "^1.14",
"phpro/grumphp-shim": "^2.3",
"phpspec/phpspec": "^7.2",
"symfony/validator": "^5.4 || ^6.0",
"symfony/validator": "^5.4 || ^6.0 || ^7.0",
"sebastian/comparator": "^4.0"
},
"license": "MIT",
Expand All @@ -17,7 +17,7 @@
}
],
"require": {
"php": "^8.0"
"php": "~8.1.0 || ~8.2.0 || ~8.3.0"
},
"config": {
"sort-packages": true,
Expand Down

0 comments on commit 75de32a

Please sign in to comment.