Skip to content

Commit

Permalink
SDK-5578: PHP version fix (#58)
Browse files Browse the repository at this point in the history
  • Loading branch information
sergeyspryker authored Jan 2, 2024
1 parent cdd63f1 commit bdd17bb
Show file tree
Hide file tree
Showing 5 changed files with 6,480 additions and 7 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,9 +55,9 @@ jobs:
- name: Composer install
run: |
if [[ ${{ matrix.php-version }} == '8.2' ]]; then
composer update --prefer-stable --optimize-autoloader
composer update laminas/laminas-servicemanager laminas/laminas-stdlib laminas/laminas-filter --prefer-stable --optimize-autoloader
else
composer install --optimize-autoloader
composer install --prefer-dist --no-interaction --optimize-autoloader
fi
- name: Container lint
Expand Down
1 change: 0 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@
/public/bundles/
/var/
/vendor/
/composer.lock
###< symfony/framework-bundle ###

###> phpunit/phpunit ###
Expand Down
Loading

0 comments on commit bdd17bb

Please sign in to comment.