Skip to content

Commit c4caf8e

Browse files
add php 7.3 back to tests, seeing as Laravel still supports it as minimum for now
1 parent 666837e commit c4caf8e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/run-tests.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
strategy:
1212
fail-fast: false
1313
matrix:
14-
php: [8.0, 7.4]
14+
php: [8.0, 7.4, 7.3]
1515
dependency-version: [prefer-lowest, prefer-stable]
1616

1717
name: P${{ matrix.php }} - L${{ matrix.laravel }} ${{ matrix.dependency-version }} - ${{ matrix.os }}

0 commit comments

Comments
 (0)