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.
2 parents d10b53a + 114b43e commit c3b5454Copy full SHA for c3b5454
.github/workflows/ci.yml
@@ -17,7 +17,7 @@ jobs:
17
18
steps:
19
- name: Checkout
20
- uses: actions/checkout@v3
+ uses: actions/checkout@v4
21
22
- name: Install PHP
23
uses: shivammathur/setup-php@v2
@@ -37,7 +37,7 @@ jobs:
37
38
39
40
41
42
43
@@ -84,7 +84,7 @@ jobs:
84
run: git config --global core.autocrlf false
85
86
87
88
89
- name: Install PHP with extensions
90
0 commit comments