File tree 1 file changed +6
-0
lines changed
1 file changed +6
-0
lines changed Original file line number Diff line number Diff line change @@ -410,6 +410,7 @@ jobs:
410
410
echo opcache.jit_hot_side_exit=1 >> /etc/php.d/opcache.ini
411
411
php -v
412
412
- name : Test AMPHP
413
+ if : always()
413
414
run : |
414
415
repositories="amp cache dns file http parallel parser pipeline process serialization socket sync websocket-client websocket-server"
415
416
X=0
@@ -427,6 +428,7 @@ jobs:
427
428
done
428
429
exit $X
429
430
- name : Test Laravel
431
+ if : always()
430
432
run : |
431
433
git clone https://github.com/laravel/framework.git --branch=master --depth=1
432
434
cd framework
@@ -439,6 +441,7 @@ jobs:
439
441
exit 1
440
442
fi
441
443
- name : Test ReactPHP
444
+ if : always()
442
445
run : |
443
446
repositories="async cache child-process datagram dns event-loop promise promise-stream promise-timer stream"
444
447
X=0
@@ -456,6 +459,7 @@ jobs:
456
459
done
457
460
exit $X
458
461
- name : Test Revolt PHP
462
+ if : always()
459
463
run : |
460
464
git clone https://github.com/revoltphp/event-loop.git --depth=1
461
465
cd event-loop
@@ -466,6 +470,7 @@ jobs:
466
470
exit 1
467
471
fi
468
472
- name : Test Symfony
473
+ if : always()
469
474
run : |
470
475
git clone https://github.com/symfony/symfony.git --depth=1
471
476
cd symfony
@@ -497,6 +502,7 @@ jobs:
497
502
exit 1
498
503
fi
499
504
- name : ' Symfony Preloading'
505
+ if : always()
500
506
run : |
501
507
php /usr/bin/composer create-project symfony/symfony-demo symfony_demo --no-progress --ignore-platform-reqs
502
508
cd symfony_demo
You can’t perform that action at this time.
0 commit comments