File tree Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Expand file tree Collapse file tree 1 file changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -13,14 +13,14 @@ jobs:
13
13
strategy :
14
14
fail-fast : true
15
15
matrix :
16
- php : [ 8.2, 8.1 ]
17
- stability : [ prefer-lowest, prefer-stable ]
16
+ php : ["8.3", " 8.2", " 8.1" ]
17
+ stability : [" prefer-lowest", " prefer-stable" ]
18
18
19
19
name : PHP ${{ matrix.php }} - ${{ matrix.stability }}
20
20
21
21
steps :
22
22
- name : Checkout code
23
- uses : actions/checkout@v2
23
+ uses : actions/checkout@v4
24
24
25
25
- name : Setup PHP
26
26
uses : shivammathur/setup-php@v2
@@ -30,10 +30,10 @@ jobs:
30
30
coverage : xdebug
31
31
32
32
- name : Install dependencies
33
- uses : nick-invision /retry@v1
33
+ uses : nick-fields /retry@v3
34
34
with :
35
- timeout_minutes : 5
36
- max_attempts : 5
35
+ timeout_minutes : 3
36
+ max_attempts : 3
37
37
command : composer update --${{ matrix.stability }} --prefer-dist --no-interaction --no-progress
38
38
39
39
- name : Execute phpcs
43
43
run : php vendor/bin/phpunit
44
44
45
45
- name : Code coverage
46
- uses : codecov/codecov-action@v1
46
+ uses : codecov/codecov-action@v4
You can’t perform that action at this time.
0 commit comments