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 e8a1b36 commit 114b43eCopy full SHA for 114b43e
.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
@@ -85,7 +85,7 @@ jobs:
85
run: git config --global core.autocrlf false
86
87
88
89
90
- name: Install PHP with extensions
91
0 commit comments