We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d351fd5 commit d24fd93Copy full SHA for d24fd93
.github/workflows/lint-and-analyse.yml
@@ -37,10 +37,10 @@ jobs:
37
runs-on: ubuntu-latest
38
steps:
39
- uses: actions/checkout@v6
40
- - name: Use php 8.2
+ - name: Use php 8.4
41
uses: shivammathur/setup-php@v2
42
with:
43
- php-version: 8.2
+ php-version: 8.4
44
- name: Get Composer Cache Directory
45
id: composer-cache
46
run: echo "dir=$(composer config cache-files-dir)" >> $GITHUB_OUTPUT
0 commit comments