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 bbb4d00 commit c6b9f37Copy full SHA for c6b9f37
1 file changed
.github/workflows/ci.yml
@@ -36,15 +36,15 @@ jobs:
36
- '8.4'
37
steps:
38
- name: Set up PHP
39
- uses: shivammathur/setup-php@7c071dfe9dc99bdf297fa79cb49ea005b9fcadbc
+ uses: shivammathur/setup-php@f3e473d116dcccaddc5834248c87452386958240
40
with:
41
php-version: ${{ matrix.php-version }}
42
- uses: actions/checkout@v6.0.2
43
- name: Validate composer.json and composer.lock
44
run: composer validate --strict
45
- name: Cache Composer packages
46
id: composer-cache
47
- uses: actions/cache@v5
+ uses: actions/cache@v5.0.5
48
49
path: vendor
50
key: ${{ runner.os }}-php-${{ hashFiles('**/composer.lock') }}
0 commit comments