Skip to content

Commit d12fe9c

Browse files
add test runner for php8.0
1 parent 9f90b9a commit d12fe9c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/run-tests.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,9 @@ jobs:
2222
strategy:
2323
fail-fast: false
2424
matrix:
25-
php: [8.1, 8.2, 8.3, 8.4]
25+
php: [8.0, 8.1, 8.2, 8.3, 8.4]
2626

27-
name: P${{ matrix.php }}
27+
name: PHP${{ matrix.php }}
2828

2929
steps:
3030
- name: Checkout code

0 commit comments

Comments
 (0)