We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents a56ab68 + 96b6b00 commit 368bcdcCopy full SHA for 368bcdc
.github/workflows/continuous-integration.yml
@@ -32,7 +32,7 @@ jobs:
32
experimental: true
33
composer-options: "--ignore-platform-reqs"
34
steps:
35
- - uses: "actions/checkout@v5"
+ - uses: "actions/checkout@v6"
36
- uses: "shivammathur/setup-php@v2"
37
with:
38
php-version: "${{ matrix.php-version }}"
@@ -48,7 +48,7 @@ jobs:
48
name: "Static Analysis"
49
runs-on: "ubuntu-latest"
50
51
52
53
54
php-version: "8.4"
0 commit comments