We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6a3c40a commit ada042dCopy full SHA for ada042d
1 file changed
.github/workflows/ci.yml
@@ -19,7 +19,7 @@ jobs:
19
php: [7.2]
20
runs-on: ubuntu-latest
21
steps:
22
- - uses: actions/checkout@v5
+ - uses: actions/checkout@v6
23
24
- name: Setup PHP, with composer and extensions
25
uses: shivammathur/setup-php@v2
@@ -44,7 +44,7 @@ jobs:
44
45
46
47
48
49
50
0 commit comments