We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 1fed916 + 93602c2 commit f9bb09cCopy full SHA for f9bb09c
1 file changed
.github/workflows/ci.yml
@@ -13,7 +13,7 @@ jobs:
13
phpunit-versions: ['6.5.14']
14
steps:
15
- name: Checkout
16
- uses: actions/checkout@v2
+ uses: actions/checkout@v4
17
18
- name: Setup PHP
19
uses: shivammathur/setup-php@v2
@@ -39,7 +39,7 @@ jobs:
39
phpunit-versions: ['7.5.20']
40
41
42
43
44
45
@@ -68,7 +68,7 @@ jobs:
68
phpunit-versions: ['latest']
69
70
71
72
73
74
0 commit comments