Skip to content

Commit

Permalink
support php 8.3
Browse files Browse the repository at this point in the history
  • Loading branch information
freekmurze committed Dec 11, 2023
1 parent 8016c29 commit 8db8c80
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-phars.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
max-parallel: 1
matrix:
os: [ubuntu-latest]
php: [8.2, 8.1, 8.0, 7.4]
php: [8.3, 8.2, 8.1, 8.0, 7.4]
stability: [prefer-stable]

name: P${{ matrix.php }} - ${{ matrix.stability }} - ${{ matrix.os }}
Expand Down
2 changes: 1 addition & 1 deletion dump-phar-generator/composer.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"require": {
"symfony/var-dumper": "^4.0|^5.0|^6.0"
"symfony/var-dumper": "^4.0|^5.0|^6.0|^7.0"
},
"require-dev": {
"humbug/box": "^3.15"
Expand Down

0 comments on commit 8db8c80

Please sign in to comment.