Skip to content

Commit d9a999b

Browse files
committed
Update analyze.yml to PHP 8.3
1 parent 6e42d3c commit d9a999b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/analyze.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -17,16 +17,16 @@ jobs:
1717
- name: Setup PHP
1818
uses: shivammathur/setup-php@v2
1919
with:
20-
php-version: 8.0
20+
php-version: 8.3
2121

2222
- name: Cache Composer packages
2323
id: composer-cache
2424
uses: actions/cache@v4
2525
with:
2626
path: vendor
27-
key: ${{ runner.os }}-php-8.0-${{ hashFiles('**/composer.json') }}
27+
key: ${{ runner.os }}-php-8.3-${{ hashFiles('**/composer.json') }}
2828
restore-keys: |
29-
${{ runner.os }}-php-8.0-
29+
${{ runner.os }}-php-8.3-
3030
3131
- name: Install dependencies
3232
run: |

0 commit comments

Comments
 (0)