File tree 3 files changed +6
-5
lines changed
3 files changed +6
-5
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 }}
47
48
runs-on : ubuntu-22.04
48
49
continue-on-error : true
49
50
steps :
50
- - uses : actions/checkout@v3
51
+ - uses : actions/checkout@v4
51
52
- run : cp "$(which composer)" composer.phar && ./composer.phar self-update --2.2 # downgrade Composer for HHVM
52
53
- name : Run hhvm composer.phar install
53
54
uses : docker://hhvm/hhvm:3.30-lts-latest
Original file line number Diff line number Diff line change 15
15
"react/stream" : " ^1.2"
16
16
},
17
17
"require-dev" : {
18
- "phpunit/phpunit" : " ^9.5 || ^5.7 || ^4.8.35 " ,
18
+ "phpunit/phpunit" : " ^9.6 || ^5.7 || ^4.8.36 " ,
19
19
"react/event-loop" : " ^1.2"
20
20
},
21
21
"autoload" : {
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"
You can’t perform that action at this time.
0 commit comments