Add support for PHP 8.4 and set current stable to 8.1 #774
Annotations
2 errors
src/config/app.spec.ts#L47
expect(received).toEqual(expected) // deep equality
- Expected - 1
+ Received + 1
@@ -13,10 +13,10 @@
"json",
],
"phpIni": Array [
"error_reporting=E_ALL",
],
- "stablePhpVersion": "8.0",
+ "stablePhpVersion": "8.1",
"versions": Array [
"8.1",
],
}
at Object.<anonymous> (src/config/app.spec.ts:47:16)
|
|
This job failed
Loading