Skip to content

Commit ba99883

Browse files
committed
change action
1 parent e2ad461 commit ba99883

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/style-fix.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
- name: Setup PHP
1616
uses: shivammathur/setup-php@v2
1717
with:
18-
php-version: '8.1'
18+
php-version: 8.3
1919
extensions: dom, curl, libxml, mbstring, zip, pcntl, pdo, sqlite, pdo_sqlite, bcmath, soap, intl, exif
2020
coverage: xdebug
2121

@@ -24,9 +24,9 @@ jobs:
2424
uses: actions/cache@v4
2525
with:
2626
path: vendor
27-
key: ${{ runner.os }}-php-8.1-${{ hashFiles('**/composer.lock') }}
27+
key: ${{ runner.os }}-php-8.3-${{ hashFiles('**/composer.lock') }}
2828
restore-keys: |
29-
${{ runner.os }}-php--8.1
29+
${{ runner.os }}-php--8.3
3030
3131
- name: Install dependencies
3232
if: steps.composer-cache.outputs.cache-hit != 'true'

0 commit comments

Comments
 (0)