Skip to content

Commit

Permalink
Merge branch '5.1' into 5.2
Browse files Browse the repository at this point in the history
  • Loading branch information
lcharette committed Jun 22, 2024
2 parents 1151294 + f7b0b90 commit 2e95b83
Show file tree
Hide file tree
Showing 22 changed files with 1,845 additions and 1,155 deletions.
120 changes: 0 additions & 120 deletions .github/CONTRIBUTING.md

This file was deleted.

12 changes: 0 additions & 12 deletions .github/FUNDING.yml

This file was deleted.

19 changes: 0 additions & 19 deletions .github/ISSUE_TEMPLATE.md

This file was deleted.

33 changes: 0 additions & 33 deletions .github/SECURITY.md

This file was deleted.

51 changes: 0 additions & 51 deletions .github/STYLE-GUIDE.md

This file was deleted.

Binary file removed .github/screenshots/login.png
Binary file not shown.
Binary file removed .github/screenshots/permissions.png
Binary file not shown.
Binary file removed .github/screenshots/users.png
Binary file not shown.
Binary file removed .github/sponsors/nextgi.png
Binary file not shown.
Binary file removed .github/sponsors/usor.png
Binary file not shown.
12 changes: 6 additions & 6 deletions .github/workflows/Build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ jobs:
- name: Upload coverage to Codecov
if: github.event_name != 'schedule'
uses: codecov/codecov-action@v3
uses: codecov/codecov-action@v4
with:
token: ${{ secrets.CODECOV_TOKEN }}
file: ./_meta/coverage.xml
Expand Down Expand Up @@ -138,7 +138,7 @@ jobs:
- name: Upload coverage to Codecov
if: github.event_name != 'schedule'
uses: codecov/codecov-action@v3
uses: codecov/codecov-action@v4
with:
token: ${{ secrets.CODECOV_TOKEN }}
file: ./_meta/coverage.xml
Expand Down Expand Up @@ -210,7 +210,7 @@ jobs:
- name: Upload coverage to Codecov
if: github.event_name != 'schedule'
uses: codecov/codecov-action@v3
uses: codecov/codecov-action@v4
with:
token: ${{ secrets.CODECOV_TOKEN }}
file: ./_meta/coverage.xml
Expand Down Expand Up @@ -272,7 +272,7 @@ jobs:
- name: Upload coverage to Codecov
if: github.event_name != 'schedule'
uses: codecov/codecov-action@v3
uses: codecov/codecov-action@v4
with:
token: ${{ secrets.CODECOV_TOKEN }}
file: ./_meta/coverage.xml
Expand Down Expand Up @@ -340,7 +340,7 @@ jobs:
- name: Upload coverage to Codecov
if: github.event_name != 'schedule'
uses: codecov/codecov-action@v3
uses: codecov/codecov-action@v4
with:
token: ${{ secrets.CODECOV_TOKEN }}
file: ./_meta/coverage.xml
Expand Down Expand Up @@ -393,7 +393,7 @@ jobs:
vendor/bin/phpunit
- name: Upload coverage to Codecov
uses: codecov/codecov-action@v3
uses: codecov/codecov-action@v4
with:
token: ${{ secrets.CODECOV_TOKEN }}
file: ./_meta/coverage.xml
Expand Down
Loading

0 comments on commit 2e95b83

Please sign in to comment.