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.
2 parents 9de2f55 + b494c66 commit b088f1fCopy full SHA for b088f1f
.github/workflows/lint.yml
@@ -17,7 +17,7 @@ jobs:
17
php-version: 8.1
18
19
- name: Checkout
20
- uses: actions/checkout@v3
+ uses: actions/checkout@v4
21
22
- name: Install dependencies
23
run: composer install --no-progress --prefer-dist --optimize-autoloader
.github/workflows/test.yml
@@ -25,7 +25,7 @@ jobs:
25
run: echo "::add-matcher::${{ runner.tool_cache }}/phpunit.json"
26
27
28
29
with:
30
submodules: true
31
0 commit comments