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 5a6991e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
6 changes: 2 additions & 4 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
- run: COMPOSER_ROOT_VERSION=dev-main composer install --no-progress --no-scripts -n --ignore-platform-req=php+
- run: ./vendor/bin/grumphp run
2 changes: 1 addition & 1 deletion 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 Down

0 comments on commit 5a6991e

Please sign in to comment.