File tree Expand file tree Collapse file tree 4 files changed +9
-9
lines changed Expand file tree Collapse file tree 4 files changed +9
-9
lines changed Original file line number Diff line number Diff line change 25
25
- 5.4
26
26
- 5.3
27
27
steps :
28
- - uses : actions/checkout@v3
28
+ - uses : actions/checkout@v4
29
29
- uses : shivammathur/setup-php@v2
30
30
with :
31
31
php-version : ${{ matrix.php }}
@@ -42,10 +42,10 @@ jobs:
42
42
runs-on : macos-12
43
43
continue-on-error : true
44
44
steps :
45
- - uses : actions/checkout@v3
45
+ - uses : actions/checkout@v4
46
46
- uses : shivammathur/setup-php@v2
47
47
with :
48
- php-version : 8.1
48
+ php-version : 8.2
49
49
coverage : xdebug
50
50
ini-file : development
51
51
- run : composer install
56
56
runs-on : ubuntu-22.04
57
57
continue-on-error : true
58
58
steps :
59
- - uses : actions/checkout@v3
59
+ - uses : actions/checkout@v4
60
60
- run : cp "$(which composer)" composer.phar && ./composer.phar self-update --2.2 # downgrade Composer for HHVM
61
61
- name : Run hhvm composer.phar install
62
62
uses : docker://hhvm/hhvm:3.30-lts-latest
Original file line number Diff line number Diff line change 32
32
"react/promise" : " ^3.0 || ^2.7 || ^1.2.1"
33
33
},
34
34
"require-dev" : {
35
- "phpunit/phpunit" : " ^9.5 || ^5.7 || ^4.8.35 " ,
35
+ "phpunit/phpunit" : " ^9.6 || ^5.7 || ^4.8.36 " ,
36
36
"react/async" : " ^4 || ^3 || ^2" ,
37
37
"react/promise-timer" : " ^1.9"
38
38
},
Original file line number Diff line number Diff line change 1
1
<?xml version =" 1.0" encoding =" UTF-8" ?>
2
2
3
- <!-- PHPUnit configuration file with new format for PHPUnit 9.5 + -->
3
+ <!-- PHPUnit configuration file with new format for PHPUnit 9.6 + -->
4
4
<phpunit xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
5
- xsi : noNamespaceSchemaLocation =" https://schema.phpunit.de/9.5 /phpunit.xsd"
5
+ xsi : noNamespaceSchemaLocation =" https://schema.phpunit.de/9.6 /phpunit.xsd"
6
6
bootstrap =" vendor/autoload.php"
7
7
cacheResult =" false"
8
8
colors =" true"
20
20
<php >
21
21
<ini name =" error_reporting" value =" -1" />
22
22
<!-- Evaluate assertions, requires running with "php -d zend.assertions=1 vendor/bin/phpunit" -->
23
- <!-- <ini name="zend.assertions=1 " value="1" /> -->
23
+ <!-- <ini name="zend.assertions" value="1" /> -->
24
24
<ini name =" assert.active" value =" 1" />
25
25
<ini name =" assert.exception" value =" 1" />
26
26
<ini name =" assert.bail" value =" 0" />
Original file line number Diff line number Diff line change 18
18
<php >
19
19
<ini name =" error_reporting" value =" -1" />
20
20
<!-- Evaluate assertions, requires running with "php -d zend.assertions=1 vendor/bin/phpunit" -->
21
- <!-- <ini name="zend.assertions=1 " value="1" /> -->
21
+ <!-- <ini name="zend.assertions" value="1" /> -->
22
22
<ini name =" assert.active" value =" 1" />
23
23
<ini name =" assert.exception" value =" 1" />
24
24
<ini name =" assert.bail" value =" 0" />
You can’t perform that action at this time.
0 commit comments