Skip to content

Commit b2a3fb9

Browse files
committed
Merge branch 'master' into 2.x-dev
2 parents 8d497f0 + fd53685 commit b2a3fb9

File tree

4 files changed

+32
-32
lines changed

4 files changed

+32
-32
lines changed

.github/workflows/continuous-integration.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -224,7 +224,7 @@ jobs:
224224
env:
225225
ENV: testing
226226

227-
- uses: codecov/codecov-action@v4
227+
- uses: codecov/codecov-action@v5
228228
with:
229229
files: ./build/coverage/clover.xml,./build/coverage/crap4j.xml,./build/coverage/report.txt,./build/junit.xml
230230
fail_ci_if_error: false # optional (default = false)

.github/workflows/coverage-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
run: vendor/bin/pest --coverage --coverage-clover clover.xml --log-junit report.xml
3737

3838
- name: "Publish coverage report to Codecov"
39-
uses: codecov/codecov-action@v4
39+
uses: codecov/codecov-action@v5
4040
with:
4141
token: ${{ secrets.CODECOV_TOKEN }}
4242

package-lock.json

Lines changed: 29 additions & 29 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,6 @@
1212
"laravel-mix": "^6.0.49",
1313
"postcss": "^8.4.49",
1414
"prettier": "3.3.3",
15-
"tailwindcss": "^3.4.14"
15+
"tailwindcss": "^3.4.15"
1616
}
1717
}

0 commit comments

Comments
 (0)