Skip to content

Commit 3043ef7

Browse files
author
Tyler King
authored
Merge pull request #110 from lucasmichot/fix-ci-php-version
Fix CI PHP version
2 parents 2263a1c + 361fc80 commit 3043ef7

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
normalize: true
2525
validate: true
2626

27-
name: PHP ${{ matrix.php-versions }}
27+
name: PHP ${{ matrix.php }}
2828

2929
steps:
3030
- name: Checkout
@@ -33,7 +33,7 @@ jobs:
3333
- name: Setup PHP
3434
uses: shivammathur/setup-php@v2
3535
with:
36-
php: ${{ matrix.php-versions }}
36+
php: ${{ matrix.php }}
3737
coverage: ${{ matrix.coverage }}
3838
extensions: json, mbstring
3939

0 commit comments

Comments
 (0)