We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9bb69db commit 28f2be1Copy full SHA for 28f2be1
.github/workflows/unit.yml
@@ -28,10 +28,10 @@ jobs:
28
uses: "shivammathur/setup-php@v2"
29
with:
30
php-version: "${{ matrix.php-version }}"
31
- php_extensions: "xdebug"
+ extensions: "xdebug"
32
33
- name: "Cache dependencies installed with Composer"
34
- uses: "actions/cache@v2"
+ uses: "actions/cache@v4"
35
36
path: "~/.composer/cache"
37
key: "php${{ matrix.php-version }}-composer-${{ matrix.dependencies }}-${{ hashFiles('**/composer.json') }}"
0 commit comments