File tree 1 file changed +7
-6
lines changed
1 file changed +7
-6
lines changed Original file line number Diff line number Diff line change @@ -10,22 +10,22 @@ jobs:
10
10
name : Check composer.json
11
11
runs-on : ubuntu-latest
12
12
steps :
13
- - uses : actions/checkout@v2
13
+ - uses : actions/checkout@v4
14
14
- uses : shivammathur/setup-php@v2
15
15
with :
16
16
coverage : none
17
- php-version : ' 8.0 '
17
+ php-version : ' 8.3 '
18
18
- run : composer validate --strict --no-check-lock
19
19
20
20
static_analysis :
21
21
name : Static analysis
22
22
runs-on : ubuntu-latest
23
23
steps :
24
- - uses : actions/checkout@v2
24
+ - uses : actions/checkout@v4
25
25
- uses : shivammathur/setup-php@v2
26
26
with :
27
27
coverage : none
28
- php-version : ' 8.0 '
28
+ php-version : ' 8.3 '
29
29
- name : Install dependencies
30
30
run : composer update --ansi --no-progress --prefer-dist --no-interaction
31
31
- run : vendor/bin/phpstan analyze
42
42
name_suffix : [ '' ]
43
43
composer_flags : [ '' ]
44
44
include :
45
- - php : ' 8.0 '
45
+ - php : ' 8.3 '
46
46
min_stability : ' dev'
47
47
name_suffix : ' (dev deps)'
48
48
- php : ' 7.4'
@@ -51,11 +51,12 @@ jobs:
51
51
composer_flags : ' --prefer-lowest'
52
52
53
53
steps :
54
- - uses : actions/checkout@v2
54
+ - uses : actions/checkout@v4
55
55
- uses : shivammathur/setup-php@v2
56
56
with :
57
57
coverage : " none"
58
58
php-version : " ${{ matrix.php }}"
59
+ ini-file : development
59
60
60
61
- name : Configure stability
61
62
if : " matrix.min_stability != ''"
You can’t perform that action at this time.
0 commit comments