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 4d1752d commit 42ff745Copy full SHA for 42ff745
.github/workflows/cs.yml
@@ -19,7 +19,7 @@ jobs:
19
20
steps:
21
- name: Checkout code
22
- uses: actions/checkout@v4
+ uses: actions/checkout@v5
23
24
- name: Install PHP
25
uses: shivammathur/setup-php@v2
.github/workflows/test.yml
@@ -44,7 +44,7 @@ jobs:
44
45
46
47
48
49
- name: Setup PHP
50
@@ -99,7 +99,7 @@ jobs:
99
name: "Coverage on PHP ${{ matrix.php }}"
100
101
102
103
104
- name: Setup ini config
105
id: set_ini
0 commit comments