diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 0c1d40b7..72852229 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -67,7 +67,7 @@ jobs: strategy: matrix: - php: [8.0, 8.1, 8.2, 8.3] + php: [8.0, 8.1, 8.2, 8.3, 8.4] steps: - name: Create default database for sqlsrv as image does not support it diff --git a/tests/unit.suite.yml b/tests/unit.suite.yml index 5399cf41..1c448f5d 100644 --- a/tests/unit.suite.yml +++ b/tests/unit.suite.yml @@ -1,5 +1,5 @@ # Codeception Test Suite Configuration # suite for unit (internal) tests. -error_level: "E_ALL | E_STRICT" +error_level: "E_ALL" class_name: UnitTester