Skip to content

Commit

Permalink
ci: Configure php in composer
Browse files Browse the repository at this point in the history
  • Loading branch information
mitelg committed Jul 13, 2023
1 parent 085ef20 commit 79c7cc0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .github/workflows/phpunit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,8 @@ jobs:
- run: devenv shell info-setup
- run: sudo mount -t tmpfs tmpfs $(pwd)/.devenv/profile/lib/mysql -o size=4G
- run: devenv up &
- if: matrix.php == '8.3'
run: devenv shell composer config platform.php 8.2.99
- run: devenv shell composer update laminas/laminas-code
- run: devenv shell test-phpunit

Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
"issues": "https://issues.shopware.com"
},
"require": {
"php": "~7.4.0 || ~8.0.0 || ~8.1.0 || ~8.2.0",
"php": "~7.4.0 || ~8.0.0 || ~8.1.0 || ~8.2.0 || ~8.3.0",
"ext-ctype": "*",
"ext-curl": "*",
"ext-date": "*",
Expand Down

0 comments on commit 79c7cc0

Please sign in to comment.