Skip to content

Commit bd01ba0

Browse files
committed
Install test dependencies that should work on PHP 7.3
1 parent c3daa2e commit bd01ba0

File tree

2 files changed

+200
-500
lines changed

2 files changed

+200
-500
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
strategy:
1010
max-parallel: 10
1111
matrix:
12-
php: ['8.0', '8.1']
12+
php: ['7.3', '7.4', '8.0', '8.1']
1313

1414
steps:
1515
- name: Set up PHP

0 commit comments

Comments
 (0)