Skip to content

Commit

Permalink
fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
medunes committed Dec 29, 2023
1 parent 23cc510 commit 02e7123
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
- name: Setup PHP
uses: shivammathur/setup-php@v2
with:
php-versions: ${{ matrix.php-versions }}
php-version: ${{ matrix.php-versions }}
# 3- Setup SPX
- name: Setup PHP-SPX
run: sudo ./install.sh ${{ matrix.php-versions }} ${{ matrix.type }}

0 comments on commit 02e7123

Please sign in to comment.