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 95560e9 commit 7a982c5Copy full SHA for 7a982c5
.github/workflows/phpunit.yml
@@ -10,7 +10,7 @@ jobs:
10
runs-on: ubuntu-latest
11
steps:
12
- name: Checkout code
13
- uses: actions/checkout@v2
+ uses: actions/checkout@v4
14
- name: Setup PHP
15
uses: shivammathur/setup-php@v2
16
with:
.gitignore
@@ -3,3 +3,4 @@ composer.lock
3
vendor/
4
phpunit.xml
5
.idea
6
+.phpunit.result.cache
0 commit comments