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 027b1c0 commit 8797250Copy full SHA for 8797250
.github/workflows/test.yml
@@ -48,6 +48,7 @@ jobs:
48
- run: composer pest:e2e -- --ci
49
50
- uses: actions/upload-artifact@v4
51
+ if: ${{ matrix.php == '8.4' && matrix.prefer == '--prefer-stable' }}
52
with:
53
name: coverage
54
path: coverage.xml
README.md
@@ -1 +1 @@
1
-# typisttech/wordfence-api
+# Wordfence API
0 commit comments