Skip to content

Commit

Permalink
Correct PHP syntax in Github workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
SmetDenis committed Apr 1, 2024
1 parent 2246ca8 commit c7c0fb2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ jobs:
with:
php-version: 8.3
coverage: xdebug
extensions: ast, {{ matrix.ext-parallel }}
extensions: ast, ${{ matrix.ext-parallel }}

- name: Build project
run: make build --no-print-directory
Expand Down

0 comments on commit c7c0fb2

Please sign in to comment.