Skip to content

Commit ded0a49

Browse files
Update tests workflow for GitHub Actions
1 parent 2c4f107 commit ded0a49

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
- name: Setup PHP, with composer and extensions
2323
uses: shivammathur/setup-php@v2
2424
with:
25-
php-version: ${{ matrix.php-versions }}
25+
php-version: ${{ matrix.php }}
2626
extensions: mbstring, curl
2727
coverage: xdebug
2828
tools: composer:v2

0 commit comments

Comments
 (0)