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 6e42d3c commit d9a999bCopy full SHA for d9a999b
.github/workflows/analyze.yml
@@ -17,16 +17,16 @@ jobs:
17
- name: Setup PHP
18
uses: shivammathur/setup-php@v2
19
with:
20
- php-version: 8.0
+ php-version: 8.3
21
22
- name: Cache Composer packages
23
id: composer-cache
24
uses: actions/cache@v4
25
26
path: vendor
27
- key: ${{ runner.os }}-php-8.0-${{ hashFiles('**/composer.json') }}
+ key: ${{ runner.os }}-php-8.3-${{ hashFiles('**/composer.json') }}
28
restore-keys: |
29
- ${{ runner.os }}-php-8.0-
+ ${{ runner.os }}-php-8.3-
30
31
- name: Install dependencies
32
run: |
0 commit comments