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 f798941 commit 9e2681eCopy full SHA for 9e2681e
.github/workflows/tests.yml
@@ -32,7 +32,7 @@ jobs:
32
33
steps:
34
- name: "Checkout"
35
- uses: actions/checkout@v2
+ uses: actions/checkout@v3
36
37
- name: "Install PHP"
38
uses: shivammathur/setup-php@v2
@@ -55,7 +55,7 @@ jobs:
55
56
57
- name: "Checkout sources"
58
59
60
61
@@ -93,7 +93,7 @@ jobs:
93
94
95
96
97
98
- name: "Install PHP with extensions"
99
0 commit comments