Skip to content

Commit f200191

Browse files
authored
PHP 8.4: Avoid usage of the deprecated E_STRICT constant (#109)
* PHP 8.4: remove usage of deprecated E_STRICT constant * Bump actions/checkout version
1 parent 6cb0f0c commit f200191

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/main.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616

1717
steps:
1818
- name: Checkout code
19-
uses: actions/checkout@v3
19+
uses: actions/checkout@v4
2020

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

tests/unit.suite.yml

+1-1
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)