File tree 2 files changed +6
-2
lines changed
2 files changed +6
-2
lines changed Original file line number Diff line number Diff line change 11
11
strategy :
12
12
matrix :
13
13
php :
14
+ - 8.3
14
15
- 8.2
15
16
- 8.1
16
17
- 8.0
24
25
- 5.4
25
26
- 5.3
26
27
steps :
27
- - uses : actions/checkout@v3
28
+ - uses : actions/checkout@v4
28
29
- uses : shivammathur/setup-php@v2
29
30
with :
30
31
php-version : ${{ matrix.php }}
40
41
runs-on : ubuntu-22.04
41
42
continue-on-error : true
42
43
steps :
43
- - uses : actions/checkout@v3
44
+ - uses : actions/checkout@v4
44
45
- run : cp "$(which composer)" composer.phar && ./composer.phar self-update --2.2 # downgrade Composer for HHVM
45
46
- name : Run hhvm composer.phar install
46
47
uses : docker://hhvm/hhvm:3.30-lts-latest
Original file line number Diff line number Diff line change 15
15
<directory >./src/</directory >
16
16
</whitelist >
17
17
</filter >
18
+ <php >
19
+ <ini name =" error_reporting" value =" -1" />
20
+ </php >
18
21
</phpunit >
You can’t perform that action at this time.
0 commit comments