Skip to content

Commit 851ea3e

Browse files
committed
Add PHP 7.3 to tests
1 parent d221725 commit 851ea3e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ jobs:
66
runs-on: ubuntu-latest
77
strategy:
88
matrix:
9-
php: ['7.4', '8.0', '8.1']
9+
php: ['7.3', '7.4', '8.0', '8.1']
1010

1111
steps:
1212
- uses: actions/checkout@master

0 commit comments

Comments
 (0)