Skip to content
This repository was archived by the owner on Mar 12, 2025. It is now read-only.

Commit 1050a23

Browse files
authored
CI: Run 9.0 tests on PHP 8
1 parent 611045b commit 1050a23

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88

99
strategy:
1010
matrix:
11-
php: [7.3, 7.4]
11+
php: [7.3, 7.4, 8.0]
1212

1313
env:
1414
CODECEPTION_VERSION: '4.1.x-dev'
@@ -36,4 +36,4 @@ jobs:
3636
run: |
3737
php ./codecept run -c vendor/codeception/module-asserts/
3838
php ./codecept run unit -g core
39-
php ./codecept run cli
39+
php ./codecept run cli

0 commit comments

Comments
 (0)