Skip to content

Commit 74476dd

Browse files
authored
Merge pull request #74 from W0rma/php84
PHP 8.4: Fix E_STRICT deprecation
2 parents 55c4ba2 + 2d9a35f commit 74476dd

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,11 @@ jobs:
1111

1212
strategy:
1313
matrix:
14-
php: [8.1, 8.2, 8.3]
14+
php: [8.1, 8.2, 8.3, 8.4]
1515

1616
steps:
1717
- name: Checkout code
18-
uses: actions/checkout@v3
18+
uses: actions/checkout@v4
1919

2020
- name: Setup PHP
2121
uses: shivammathur/setup-php@v2

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)