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 c36960e commit 9938f64Copy full SHA for 9938f64
.github/workflows/style-fix.yml
@@ -15,16 +15,16 @@ jobs:
15
- name: Setup PHP
16
uses: shivammathur/setup-php@v2
17
with:
18
- php-version: 8.4
+ php-version: 8.3
19
20
- name: Cache Composer packages
21
id: composer-cache
22
uses: actions/cache@v4
23
24
path: vendor
25
- key: ${{ runner.os }}-php-8.4-${{ hashFiles('**/composer.json') }}
+ key: ${{ runner.os }}-php-8.3-${{ hashFiles('**/composer.json') }}
26
restore-keys: |
27
- ${{ runner.os }}-php-8.4-
+ ${{ runner.os }}-php-8.3-
28
29
- name: Install dependencies
30
if: steps.composer-cache.outputs.cache-hit != 'true'
0 commit comments