File tree Expand file tree Collapse file tree 3 files changed +19
-16
lines changed Expand file tree Collapse file tree 3 files changed +19
-16
lines changed Original file line number Diff line number Diff line change 13
13
14
14
steps :
15
15
- name : Checkout code
16
- uses : actions/checkout@v1
16
+ uses : actions/checkout@v2
17
17
18
18
- name : Install
19
19
uses : docker://composer
@@ -25,13 +25,14 @@ jobs:
25
25
with :
26
26
args : composer normalize --dry-run
27
27
28
- roave-bc-check :
29
- name : Roave BC Check
30
- runs-on : ubuntu-latest
28
+ # Disabled until https://github.com/Roave/BackwardCompatibilityCheck/issues/37 is resolved
29
+ # roave-bc-check:
30
+ # name: Roave BC Check
31
+ # runs-on: ubuntu-latest
31
32
32
- steps :
33
- - name : Checkout code
34
- uses : actions/checkout@v1
33
+ # steps:
34
+ # - name: Checkout code
35
+ # uses: actions/checkout@v2
35
36
36
- - name : Roave BC Check
37
- uses : docker://nyholm/roave-bc-check-ga
37
+ # - name: Roave BC Check
38
+ # uses: docker://nyholm/roave-bc-check-ga
Original file line number Diff line number Diff line change @@ -13,17 +13,18 @@ jobs:
13
13
14
14
steps :
15
15
- name : Set up PHP
16
- uses : shivammathur/setup-php@1.6.2
16
+ uses : shivammathur/setup-php@1.7.0
17
17
with :
18
18
php-version : ' 7.1'
19
19
coverage : xdebug
20
20
extensions : mbstring
21
+ tools : prestissimo
21
22
22
23
- name : Setup Problem Matchers for PHPUnit
23
24
run : echo "::add-matcher::${{ runner.tool_cache }}/phpunit.json"
24
25
25
26
- name : Checkout code
26
- uses : actions/checkout@v1
27
+ uses : actions/checkout@v2
27
28
28
29
- name : Download dependencies
29
30
run : composer update --prefer-stable --prefer-dist --no-interaction --no-progress --no-suggest --prefer-lowest
@@ -41,16 +42,17 @@ jobs:
41
42
42
43
steps :
43
44
- name : Set up PHP
44
- uses : shivammathur/setup-php@1.6.2
45
+ uses : shivammathur/setup-php@1.7.0
45
46
with :
46
47
php-version : ${{ matrix.php }}
47
48
extensions : mbstring
49
+ tools : prestissimo
48
50
49
51
- name : Setup Problem Matchers for PHPUnit
50
52
run : echo "::add-matcher::${{ runner.tool_cache }}/phpunit.json"
51
53
52
54
- name : Checkout code
53
- uses : actions/checkout@v1
55
+ uses : actions/checkout@v2
54
56
55
57
- name : Download dependencies
56
58
run : composer update --prefer-stable --prefer-dist --no-interaction --no-progress --no-suggest
Original file line number Diff line number Diff line change @@ -10,10 +10,10 @@ jobs:
10
10
phpstan :
11
11
name : PHPStan
12
12
runs-on : ubuntu-latest
13
-
13
+
14
14
steps :
15
15
- name : Checkout code
16
- uses : actions/checkout@v1
16
+ uses : actions/checkout@v2
17
17
18
18
- name : PHPStan
19
19
uses : docker://oskarstark/phpstan-ga
26
26
27
27
steps :
28
28
- name : Checkout code
29
- uses : actions/checkout@v1
29
+ uses : actions/checkout@v2
30
30
31
31
- name : PHP-CS-Fixer
32
32
uses : docker://oskarstark/php-cs-fixer-ga
You can’t perform that action at this time.
0 commit comments