Skip to content

Commit

Permalink
✨ add php8.3 compat
Browse files Browse the repository at this point in the history
  • Loading branch information
Kanti committed Nov 3, 2023
1 parent f801d77 commit 30d5785
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 7 deletions.
8 changes: 3 additions & 5 deletions .github/workflows/run-grumphp-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,12 +6,10 @@ jobs:
strategy:
fail-fast: false
matrix:
php:
- '8.1'
- '8.2'
php: ['8.1', '8.2', '8.3-rc']
container:
image: kanti/buildy:${{ matrix.php }}
steps:
- uses: actions/checkout@v2
- run: COMPOSER_ROOT_VERSION=dev-main composer install --no-progress --no-scripts -n
- uses: actions/checkout@v4
- run: COMPOSER_ROOT_VERSION=dev-main composer install --no-progress --no-scripts -n --ignore-platform-req=php+
- run: ./vendor/bin/grumphp run
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
"issues": "https://github.com/pluswerk/grumphp-bom-task/issues"
},
"require": {
"php": "~8.1.0 || ~8.2.0",
"php": "~8.1.0 || ~8.2.0 || ~8.3.0",
"phpro/grumphp": "^2.0.0"
},
"require-dev": {
Expand All @@ -30,9 +30,9 @@
],
"config": {
"allow-plugins": {
"ergebnis/composer-normalize": true,
"phpro/grumphp": true,
"phpstan/extension-installer": true,
"ergebnis/composer-normalize": true,
"pluswerk/grumphp-config": true
}
},
Expand Down

0 comments on commit 30d5785

Please sign in to comment.