File tree Expand file tree Collapse file tree 2 files changed +6
-5
lines changed Expand file tree Collapse file tree 2 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
23
24
- 5.5
24
25
- 5.4
25
26
steps :
26
- - uses : actions/checkout@v3
27
+ - uses : actions/checkout@v4
27
28
- uses : shivammathur/setup-php@v2
28
29
with :
29
30
php-version : ${{ matrix.php }}
42
43
runs-on : ubuntu-22.04
43
44
continue-on-error : true
44
45
steps :
45
- - uses : actions/checkout@v3
46
+ - uses : actions/checkout@v4
46
47
- run : cp "$(which composer)" composer.phar && ./composer.phar self-update --2.2 # downgrade Composer for HHVM
47
48
- name : Run hhvm composer.phar install
48
49
uses : docker://hhvm/hhvm:3.30-lts-latest
Original file line number Diff line number Diff line change 13
13
"react/socket" : " ^1.12"
14
14
},
15
15
"require-dev" : {
16
- "phpunit/phpunit" : " ^9.6 || ^5.7 || ^4.8.35 " ,
16
+ "phpunit/phpunit" : " ^9.6 || ^5.7 || ^4.8.36 " ,
17
17
"react/async" : " ^4 || ^3 || ^2"
18
18
},
19
19
"autoload" : {
20
20
"psr-4" : {
21
- "React\\ MySQL\\ " : " src"
21
+ "React\\ MySQL\\ " : " src/ "
22
22
}
23
23
},
24
24
"autoload-dev" : {
25
25
"psr-4" : {
26
- "React\\ Tests\\ MySQL\\ " : " tests"
26
+ "React\\ Tests\\ MySQL\\ " : " tests/ "
27
27
}
28
28
}
29
29
}
You can’t perform that action at this time.
0 commit comments