Skip to content

Commit 7837e09

Browse files
committed
ci: wrong php version
1 parent 079a1cc commit 7837e09

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -199,7 +199,7 @@ jobs:
199199
- name: Setup PHP
200200
uses: shivammathur/setup-php@v2
201201
with:
202-
php-version: ${{ matrix.version }}
202+
php-version: ${{ matrix.php }}
203203
tools: pecl, composer
204204
extensions: intl, bcmath, curl, openssl, mbstring, pdo_sqlite, mongodb
205205
ini-values: memory_limit=-1

0 commit comments

Comments
 (0)