mirror of
https://github.com/10h30/ultimatemember.git
synced 2026-06-05 15:09:37 +09:00
Update dev dependencies and PHP version in workflow
Updated `composer.json` to adjust development dependencies, including upgrading PHP CodeSniffer and adding `symplify/phpstan-rules`. Modified GitHub Actions workflow to use the latest PHP version for builds, ensuring compatibility and latest features.
This commit is contained in:
@@ -29,7 +29,7 @@ jobs:
|
||||
- name: Install PHP
|
||||
uses: "shivammathur/setup-php@v2"
|
||||
with:
|
||||
php-version: "8.1"
|
||||
php-version: "latest"
|
||||
- name: Install Composer Dependencies
|
||||
run: |
|
||||
composer install --no-progress --no-dev --optimize-autoloader --ignore-platform-req=ext-exif --ignore-platform-req=ext-gd --ignore-platform-req=ext-tidy
|
||||
|
||||
Reference in New Issue
Block a user