✨ fix Actions ?
This commit is contained in:
parent
ffd94e1ae6
commit
ad642ce6ac
@ -8,9 +8,14 @@ jobs:
|
|||||||
|
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
- uses: php-actions/composer@v6
|
- name: Setup PHP with pre-release PECL extension
|
||||||
|
uses: shivammathur/setup-php@v2
|
||||||
with:
|
with:
|
||||||
php_version: 8.2
|
php-version: '8.2'
|
||||||
|
- name: Download Composer
|
||||||
|
run: php -r "copy('https://getcomposer.org/installer', 'composer-setup.php');" && php composer-setup.php && php -r "unlink('composer-setup.php');"
|
||||||
|
- name: Install Dependencies
|
||||||
|
run: php composer.phar install
|
||||||
- uses: php-actions/phpstan@v3
|
- uses: php-actions/phpstan@v3
|
||||||
with:
|
with:
|
||||||
php_version: 8.2
|
php_version: 8.2
|
||||||
|
@ -6,5 +6,13 @@ jobs:
|
|||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
|
- name: Setup PHP with pre-release PECL extension
|
||||||
|
uses: shivammathur/setup-php@v2
|
||||||
|
with:
|
||||||
|
php-version: '8.2'
|
||||||
|
- name: Download Composer
|
||||||
|
run: php -r "copy('https://getcomposer.org/installer', 'composer-setup.php');" && php composer-setup.php && php -r "unlink('composer-setup.php');"
|
||||||
|
- name: Install Dependencies
|
||||||
|
run: php composer.phar install
|
||||||
- name: Run Rector
|
- name: Run Rector
|
||||||
run: vendor/bin/rector --dry-run
|
run: vendor/bin/rector --dry-run
|
||||||
|
Loading…
x
Reference in New Issue
Block a user