File tree Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Original file line number Diff line number Diff line change 1414 - php : ' 8.0'
1515 - php : ' 8.1'
1616 - php : ' 8.2'
17+ - php : ' 8.3'
1718
1819 steps :
1920 - name : Setup PHP
@@ -24,14 +25,14 @@ jobs:
2425 coverage : none
2526
2627 - name : Checkout code
27- uses : actions/checkout@v4
28+ uses : actions/checkout@v3
2829
2930 - name : Install vips
3031 run : sudo apt install -y libvips --no-install-recommends
3132
3233 - name : Install composer dependencies
3334 run : |
34- composer update --prefer-dist --no-interaction --no-progress --no-ansi
35+ composer update --prefer-dist --no-interaction --no-progress --no-ansi
3536
3637 - name : PHPUnit
3738 run : composer test
Original file line number Diff line number Diff line change @@ -304,7 +304,8 @@ public static function callBase(
304304
305305 /* Build the operation
306306 */
307- $ pointer = FFI ::vips ()->vips_cache_operation_build ($ operation ->pointer );
307+ $ pointer = FFI ::vips ()->
308+ vips_cache_operation_build ($ operation ->pointer );
308309 if ($ pointer == null ) {
309310 $ operation ->unrefOutputs ();
310311 throw new Exception ();
You can’t perform that action at this time.
0 commit comments