Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Smoren committed Oct 25, 2023
1 parent ade9aaf commit 3d85a48
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test_master.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:

steps:
- name: Set up PHP
uses: shivammathur/setup-php@v3
uses: shivammathur/setup-php@v2
with:
php-version: ${{ matrix.php }}
coverage: xdebug
Expand Down Expand Up @@ -58,7 +58,7 @@ jobs:

steps:
- name: Set up PHP
uses: shivammathur/setup-php@v3
uses: shivammathur/setup-php@v2
with:
php-version: ${{ matrix.php }}
coverage: xdebug
Expand Down

0 comments on commit 3d85a48

Please sign in to comment.