Skip to content

Commit 193908f

Browse files
committed
php versions
1 parent 8c767c3 commit 193908f

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/test.yml

+4
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,10 @@ env:
88
jobs:
99
test:
1010
runs-on: ubuntu-18.04
11+
strategy:
12+
matrix:
13+
operating-system: [ubuntu-latest]
14+
php-versions: ['7.2', '7.3', '7.4']
1115
steps:
1216
- name: Checkout code
1317
uses: actions/checkout@v2

0 commit comments

Comments
 (0)