Skip to content

Commit 1c63d0e

Browse files
committed
chore: add back phpunit on multiple versions
1 parent 30f800e commit 1c63d0e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test-php.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
strategy:
2929
fail-fast: false
3030
matrix:
31-
php-versions: [ '8.0' ]
31+
php-versions: [ '7.4', '8.0', '8.1', '8.2', '8.3' ]
3232
services:
3333
database:
3434
image: mysql:latest

0 commit comments

Comments
 (0)