Merge pull request #9049 from turbo124/v5-develop

remove testing of PHP 8.3
This commit is contained in:
David Bomba 2023-12-17 07:51:18 +11:00 committed by GitHub
commit 60ea7ae129
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -14,7 +14,7 @@ jobs:
strategy:
matrix:
operating-system: ['ubuntu-20.04', 'ubuntu-22.04']
php-versions: ['8.1','8.2','8.3']
php-versions: ['8.1','8.2']
phpunit-versions: ['latest']
ci_node_total: [ 8 ]
ci_node_index: [ 0, 1, 2, 3, 4, 5, 6, 7]

View File

@ -16,7 +16,7 @@ trait CreatesApplication
{
$app = require __DIR__.'/../bootstrap/app.php';
define('STDIN', fopen("php://stdin", "r"));
// define('STDIN', fopen("php://stdin", "r"));
$app->make(Kernel::class)->bootstrap();