We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents d549552 + 35f873c commit 6019439Copy full SHA for 6019439
1 file changed
.github/workflows/ci.yml
@@ -14,22 +14,22 @@ jobs:
14
name: Check composer.json
15
runs-on: ubuntu-latest
16
steps:
17
- - uses: actions/checkout@v4
+ - uses: actions/checkout@v5
18
- uses: shivammathur/setup-php@v2
19
with:
20
coverage: none
21
- php-version: '8.2'
+ php-version: '8.4'
22
- run: composer validate --strict --no-check-lock
23
24
static_analysis:
25
name: Static analysis
26
27
28
29
30
31
32
33
- name: Install dependencies
34
run: composer update --ansi --no-progress --prefer-dist --no-interaction
35
- run: vendor/bin/phpstan analyze
0 commit comments