File tree Expand file tree Collapse file tree 2 files changed +1
-59
lines changed
Expand file tree Collapse file tree 2 files changed +1
-59
lines changed Original file line number Diff line number Diff line change 1313 SYMFONY_PHPUNIT_DIR : " $HOME/symfony-bridge/.phpunit"
1414
1515jobs :
16- coding-standards :
17- name : " Coding Standards (${{ matrix.php-version }})"
18-
19- runs-on : ubuntu-latest
20-
21- strategy :
22- fail-fast : false
23- matrix :
24- php-version :
25- - ' 8.1'
26-
27- steps :
28- -
29- name : Checkout code
30- uses : " actions/checkout@v3"
31-
32- -
33- name : Install PHP
34- uses : " shivammathur/setup-php@v2"
35- with :
36- coverage : " none"
37- php-version : " ${{ matrix.php-version }}"
38-
39- -
40- name : Validate composer.json
41- run : " composer validate --strict --no-check-lock"
42-
43- -
44- name : Composer install
45- uses : " ramsey/composer-install@v2"
46- with :
47- composer-options : " --no-scripts"
48-
49- -
50- name : Composer install php-cs-fixer
51- uses : " ramsey/composer-install@v2"
52- with :
53- composer-options : " --no-scripts --working-dir=tools/php-cs-fixer"
54-
55- -
56- name : Run PHP-CS-Fixer
57- run : " tools/php-cs-fixer/vendor/bin/php-cs-fixer fix --dry-run --diff"
58-
5916 test :
6017 name : " PHP ${{ matrix.php-version }} + @${{ matrix.symfony-version }} ${{ matrix.dependency-versions }} deps"
6118
Original file line number Diff line number Diff line change 1414
1515jobs :
1616 coding-standards :
17- name : " Coding Standards (${{ matrix.php-version }}) "
17+ name : " Coding Standards"
1818
1919 runs-on : ubuntu-latest
2020
21- strategy :
22- fail-fast : false
23- matrix :
24- php-version :
25- - ' 8.1'
26-
2721 steps :
2822 -
2923 name : Checkout code
3226 -
3327 name : Install PHP
3428 uses : " shivammathur/setup-php@v2"
35- with :
36- coverage : " none"
37- php-version : " ${{ matrix.php-version }}"
3829
3930 -
4031 name : Validate composer.json
6152
6253 runs-on : ubuntu-latest
6354
64- strategy :
65- fail-fast : false
66- matrix :
67- php-version :
68- - ' 8.1'
69-
7055 steps :
7156 - name : Checkout
7257 uses : " actions/checkout@v4"
You can’t perform that action at this time.
0 commit comments