Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 1 addition & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -455,12 +455,11 @@ jobs:
matrix:
php: ${{ fromJSON(github.event_name == 'pull_request' && '["8.2","8.5"]' || '["8.2","8.3","8.4","8.5"]') }}
shard:
- main
- graphql-doctrine
- misc
include:
- php: '8.5'
shard: main
shard: graphql-doctrine
coverage: true
fail-fast: false
steps:
Expand Down Expand Up @@ -494,7 +493,6 @@ jobs:
id: shard
run: |
case "${{ matrix.shard }}" in
main) paths="features/main" ;;
graphql-doctrine) paths="features/graphql features/doctrine" ;;
misc) paths="features/filter features/issues features/security features/serializer features/http_cache features/sub_resources features/json features/xml features/push_relations features/mercure" ;;
esac
Expand Down
120 changes: 0 additions & 120 deletions features/main/attribute_resource.feature

This file was deleted.

89 changes: 0 additions & 89 deletions features/main/circular_reference.feature

This file was deleted.

139 changes: 0 additions & 139 deletions features/main/composite.feature

This file was deleted.

Loading
Loading