Skip to content

Commit

Permalink
add php 7.3 back to tests, seeing as Laravel still supports it as min…
Browse files Browse the repository at this point in the history
…imum for now
  • Loading branch information
michaeldyrynda committed Jul 27, 2021
1 parent 666837e commit c4caf8e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
strategy:
fail-fast: false
matrix:
php: [8.0, 7.4]
php: [8.0, 7.4, 7.3]
dependency-version: [prefer-lowest, prefer-stable]

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

0 comments on commit c4caf8e

Please sign in to comment.