mirror of
https://github.com/rectorphp/rector.git
synced 2025-01-18 05:48:21 +01:00
use PHP 8 for CI jobs
This commit is contained in:
parent
efa0bb36ba
commit
b20f91337e
2
.github/workflows/build_scoped_rector.yaml
vendored
2
.github/workflows/build_scoped_rector.yaml
vendored
@ -25,7 +25,7 @@ jobs:
|
||||
-
|
||||
uses: shivammathur/setup-php@v2
|
||||
with:
|
||||
php-version: 7.3
|
||||
php-version: 8.0
|
||||
coverage: none
|
||||
|
||||
# fixes https://github.com/rectorphp/rector/pull/4559/checks?check_run_id=1359814403, see https://github.com/shivammathur/setup-php#composer-github-oauth
|
||||
|
2
.github/workflows/code_analysis.yaml
vendored
2
.github/workflows/code_analysis.yaml
vendored
@ -46,7 +46,7 @@ jobs:
|
||||
-
|
||||
uses: shivammathur/setup-php@v2
|
||||
with:
|
||||
php-version: 7.3
|
||||
php-version: 8.0
|
||||
coverage: none
|
||||
|
||||
- uses: "ramsey/composer-install@v1"
|
||||
|
2
.github/workflows/packages_tests.yaml
vendored
2
.github/workflows/packages_tests.yaml
vendored
@ -36,7 +36,7 @@ jobs:
|
||||
-
|
||||
uses: shivammathur/setup-php@v2
|
||||
with:
|
||||
php-version: 7.3
|
||||
php-version: 8.0
|
||||
coverage: none
|
||||
|
||||
-
|
||||
|
2
.github/workflows/php_linter.yaml
vendored
2
.github/workflows/php_linter.yaml
vendored
@ -17,7 +17,7 @@ jobs:
|
||||
-
|
||||
uses: shivammathur/setup-php@v2
|
||||
with:
|
||||
php-version: 7.3
|
||||
php-version: 8.0
|
||||
coverage: none
|
||||
|
||||
- run: composer create-project php-parallel-lint/php-parallel-lint php-parallel-lint
|
||||
|
2
.github/workflows/rector.yaml
vendored
2
.github/workflows/rector.yaml
vendored
@ -48,7 +48,7 @@ jobs:
|
||||
uses: shivammathur/setup-php@v2
|
||||
with:
|
||||
# PHP 7.3 is required, so Rector's code is PHP 7.3 compatible even after refactoring
|
||||
php-version: 7.3
|
||||
php-version: 8.0
|
||||
coverage: none
|
||||
|
||||
- run: composer install --no-progress --ansi
|
||||
|
Loading…
x
Reference in New Issue
Block a user