Skip to content

Commit 23c3bf8

Browse files
authored
Update style-fix.yml - PHP 8.3
1 parent 59d9266 commit 23c3bf8

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/style-fix.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,16 +15,16 @@ jobs:
1515
- name: Setup PHP
1616
uses: shivammathur/setup-php@v2
1717
with:
18-
php-version: 8.4
18+
php-version: 8.3
1919

2020
- name: Cache Composer packages
2121
id: composer-cache
2222
uses: actions/cache@v4
2323
with:
2424
path: vendor
25-
key: ${{ runner.os }}-php-8.4-${{ hashFiles('**/composer.json') }}
25+
key: ${{ runner.os }}-php-8.3-${{ hashFiles('**/composer.json') }}
2626
restore-keys: |
27-
${{ runner.os }}-php-8.4-
27+
${{ runner.os }}-php-8.3-
2828
2929
- name: Install dependencies
3030
if: steps.composer-cache.outputs.cache-hit != 'true'

0 commit comments

Comments
 (0)