Skip to content

Commit 16021a8

Browse files
authored
Test against PHP 8.4 (#77)
1 parent 656a30e commit 16021a8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ jobs:
6767
6868
strategy:
6969
matrix:
70-
php: [8.0, 8.1, 8.2, 8.3]
70+
php: [8.0, 8.1, 8.2, 8.3, 8.4]
7171

7272
steps:
7373
- name: Create default database for sqlsrv as image does not support it

tests/unit.suite.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Codeception Test Suite Configuration
22

33
# suite for unit (internal) tests.
4-
error_level: "E_ALL | E_STRICT"
4+
error_level: "E_ALL"
55
class_name: UnitTester

0 commit comments

Comments
 (0)