We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a13e604 commit 5c48711Copy full SHA for 5c48711
1 file changed
.github/workflows/ci.yml
@@ -10,7 +10,7 @@ jobs:
10
runs-on: ubuntu-latest
11
12
steps:
13
- - uses: actions/checkout@v5
+ - uses: actions/checkout@v6
14
- uses: shivammathur/setup-php@v2
15
- name: Validate composer.json
16
run: composer validate --strict --no-check-lock
@@ -19,12 +19,12 @@ jobs:
19
name: Static analysis
20
21
22
23
24
25
with:
26
coverage: none
27
- php-version: '8.2'
+ php-version: '8.4'
28
29
- name: Install dependencies
30
run: composer update --ansi --no-progress --prefer-dist --no-interaction
@@ -56,7 +56,7 @@ jobs:
56
composer_flags: ''
57
58
59
60
61
62
0 commit comments