File tree 2 files changed +1
-59
lines changed 2 files changed +1
-59
lines changed Original file line number Diff line number Diff line change 13
13
SYMFONY_PHPUNIT_DIR : " $HOME/symfony-bridge/.phpunit"
14
14
15
15
jobs :
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
-
59
16
test :
60
17
name : " PHP ${{ matrix.php-version }} + @${{ matrix.symfony-version }} ${{ matrix.dependency-versions }} deps"
61
18
Original file line number Diff line number Diff line change 14
14
15
15
jobs :
16
16
coding-standards :
17
- name : " Coding Standards (${{ matrix.php-version }}) "
17
+ name : " Coding Standards"
18
18
19
19
runs-on : ubuntu-latest
20
20
21
- strategy :
22
- fail-fast : false
23
- matrix :
24
- php-version :
25
- - ' 8.1'
26
-
27
21
steps :
28
22
-
29
23
name : Checkout code
32
26
-
33
27
name : Install PHP
34
28
uses : " shivammathur/setup-php@v2"
35
- with :
36
- coverage : " none"
37
- php-version : " ${{ matrix.php-version }}"
38
29
39
30
-
40
31
name : Validate composer.json
61
52
62
53
runs-on : ubuntu-latest
63
54
64
- strategy :
65
- fail-fast : false
66
- matrix :
67
- php-version :
68
- - ' 8.1'
69
-
70
55
steps :
71
56
- name : Checkout
72
57
uses : " actions/checkout@v4"
You can’t perform that action at this time.
0 commit comments