Skip to content

Commit 08f842e

Browse files
authored
Merge branch 'api-platform:main' into bugfix/backed-enum-filter-cases
2 parents 372c9c0 + bd0e929 commit 08f842e

File tree

917 files changed

+107493
-25023
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

917 files changed

+107493
-25023
lines changed

.commitlintrc

+1
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
2,
77
"always",
88
[
9+
"laravel",
910
"symfony",
1011
"doctrine",
1112
"metadata",

.gitattributes

-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@
66
.php-cs-fixer.dist.php export-ignore
77
phpstan.neon.dist export-ignore
88
phpunit.xml.dist export-ignore
9-
phpunit10.xml.dist export-ignore
109
/.commitlintrc export-ignore
1110
/appveyor.yml export-ignore
1211
/behat.yml.dist export-ignore

.github/workflows/api_platform.yml

+4-1
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,13 @@
1-
name: CI
1+
name: Distribution update
22

33
on:
44
push:
55
tags:
66
- v*
77

8+
env:
9+
GH_TOKEN: ${{ github.token }}
10+
811
concurrency:
912
group: ${{ github.workflow }}-${{ github.head_ref || github.run_id }}
1013
cancel-in-progress: true

0 commit comments

Comments
 (0)