Skip to content

Commit ce890f0

Browse files
authored
PHP 8.4: Fix E_STRICT deprecation (#34)
* Test against PHP 8.4 * PHP 8.4: Do not use deprecated constant E_STRICT
1 parent db8866b commit ce890f0

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
@@ -8,7 +8,7 @@ jobs:
88

99
strategy:
1010
matrix:
11-
php: [8.1, 8.2, 8.3]
11+
php: [8.1, 8.2, 8.3, 8.4]
1212
composer_flags: [ '', '--prefer-lowest' ]
1313

1414
steps:

tests/unit.suite.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
error_level: "E_ALL | E_STRICT"
1+
error_level: "E_ALL"
22
class_name: UnitTester

0 commit comments

Comments
 (0)