Skip to content

Commit

Permalink
OXDEV-7758: Remove configuration-module code
Browse files Browse the repository at this point in the history
  • Loading branch information
MarcelOxid committed Jan 22, 2024
1 parent c386bb7 commit 251d251
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/schema.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ env:
DOCUMENTATION_VERSION: '8.0'
BASE_MODULE_VERSION: '~8.0'
STOREFRONT_MODULE_VERSION: '^3.0'
CONFIGURATION_MODULE_VERSION: '~1.0'

on:
workflow_dispatch:
Expand Down Expand Up @@ -72,7 +71,6 @@ jobs:
run: |
docker-compose exec -T php composer require oxid-esales/graphql-base:${{env.BASE_MODULE_VERSION}} --no-update
docker-compose exec -T php composer require oxid-esales/graphql-storefront:${{env.STOREFRONT_MODULE_VERSION}} --no-update
# docker-compose exec -T php composer require oxid-esales/graphql-configuration-access:${{env.CONFIGURATION_MODULE_VERSION}} --no-update
docker-compose exec -T php composer update --no-interaction
- name: Install module and dependencies
Expand Down

0 comments on commit 251d251

Please sign in to comment.