Skip to content

Commit a55d222

Browse files
committed
Fix names
1 parent 16be591 commit a55d222

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,8 @@ jobs:
77
runs-on: ubuntu-latest
88

99
strategy:
10-
php:
11-
versions: [7.0, 7.1, 7.2, 7.3, 7.4, 8.0]
10+
matrix:
11+
php: [7.0, 7.1, 7.2, 7.3, 7.4, 8.0]
1212

1313
steps:
1414
- name: Checkout code
@@ -17,7 +17,7 @@ jobs:
1717
- name: Setup PHP
1818
uses: shivammathur/setup-php@v2
1919
with:
20-
php-version: ${{ php.versions }}
20+
php-version: ${{ matrix.php }}
2121
coverage: none
2222

2323
- name: Validate composer.json and composer.lock

0 commit comments

Comments
 (0)