File tree 2 files changed +3
-5
lines changed
2 files changed +3
-5
lines changed Original file line number Diff line number Diff line change 14
14
- php : ' 8.0'
15
15
- php : ' 8.1'
16
16
- php : ' 8.2'
17
- - php : ' 8.3'
18
17
19
18
steps :
20
19
- name : Setup PHP
@@ -25,14 +24,14 @@ jobs:
25
24
coverage : none
26
25
27
26
- name : Checkout code
28
- uses : actions/checkout@v3
27
+ uses : actions/checkout@v4
29
28
30
29
- name : Install vips
31
30
run : sudo apt install -y libvips --no-install-recommends
32
31
33
32
- name : Install composer dependencies
34
33
run : |
35
- composer update --prefer-dist --no-interaction --no-progress --no-ansi
34
+ composer update --prefer-dist --no-interaction --no-progress --no-ansi
36
35
37
36
- name : PHPUnit
38
37
run : composer test
Original file line number Diff line number Diff line change @@ -304,8 +304,7 @@ public static function callBase(
304
304
305
305
/* Build the operation
306
306
*/
307
- $ pointer = FFI ::vips ()->
308
- vips_cache_operation_build ($ operation ->pointer );
307
+ $ pointer = FFI ::vips ()->vips_cache_operation_build ($ operation ->pointer );
309
308
if ($ pointer == null ) {
310
309
$ operation ->unrefOutputs ();
311
310
throw new Exception ();
You can’t perform that action at this time.
0 commit comments