File tree Expand file tree Collapse file tree 1 file changed +12
-0
lines changed Expand file tree Collapse file tree 1 file changed +12
-0
lines changed Original file line number Diff line number Diff line change @@ -1538,6 +1538,18 @@ To run the docker tests run "build_all.sh" and "run_all.sh" from the docker dire
1538
1538
pgsql: 119 tests ran in 1368 ms, 1 skipped, 0 failed
1539
1539
sqlsrv: 119 tests ran in 8410 ms, 1 skipped, 0 failed
1540
1540
sqlite: 119 tests ran in 1053 ms, 13 skipped, 0 failed
1541
+ ================================================
1542
+ Ubuntu 22.04 (PHP 8.1)
1543
+ ================================================
1544
+ [1/4] Starting MySQL 8.0 ........ done
1545
+ [2/4] Starting PostgreSQL 14.2 .. done
1546
+ [3/4] Starting SQLServer 2019 ... skipped
1547
+ [4/4] Cloning PHP-CRUD-API v2 ... skipped
1548
+ ------------------------------------------------
1549
+ mysql: 119 tests ran in 6882 ms, 1 skipped, 0 failed
1550
+ pgsql: 119 tests ran in 2570 ms, 1 skipped, 0 failed
1551
+ sqlsrv: skipped, driver not loaded
1552
+ sqlite: 119 tests ran in 2548 ms, 13 skipped, 0 failed
1541
1553
1542
1554
The above test run (including starting up the databases) takes less than 5 minutes on my slow laptop.
1543
1555
You can’t perform that action at this time.
0 commit comments