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 cc6fae0 + 0c010ef commit c02ec2bCopy full SHA for c02ec2b
.github/workflows/superlinter.yml
@@ -32,7 +32,7 @@ jobs:
32
key: ${{ runner.os }}-composer-${{ hashFiles('**/composer.lock') }}
33
34
- name: Install PHP dependencies
35
- uses: php-actions/composer@v4
+ uses: php-actions/composer@v5
36
37
- name: Run Super-Linter
38
uses: github/super-linter@v3
.github/workflows/tests.yml
@@ -86,7 +86,7 @@ jobs:
86
key: ${{ runner.os }}-${{ matrix.php }}-composer-${{ hashFiles('**/composer.lock') }}
87
88
89
90
91
- name: Run tests
92
run: ./vendor/bin/phpunit --testdox --colors --exclude-group ignore --group integration -v tests/IpVerificationTest.php
0 commit comments