Skip to content

Commit fab2810

Browse files
committed
add matrix correctly
1 parent 2559154 commit fab2810

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

.github/workflows/php.yml

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@ name: PHP Composer
33
on:
44
push:
55
branches:
6-
- master
6+
- master
77
pull_request:
88
branches:
9-
- master
9+
- master
1010

1111
jobs:
1212
build:
@@ -20,6 +20,11 @@ jobs:
2020
steps:
2121
- uses: actions/checkout@v2
2222

23+
- name: Install PHP
24+
uses: shivammathur/setup-php@v2
25+
with:
26+
php-version: ${{ matrix.php-versions }}
27+
2328
- name: Validate composer.json and composer.lock
2429
run: composer validate
2530

0 commit comments

Comments
 (0)