Skip to content

Commit

Permalink
Increase versions for v10
Browse files Browse the repository at this point in the history
  • Loading branch information
MarcelOxid committed Aug 16, 2024
1 parent 5582806 commit 146a8a5
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 7 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/schema.yaml
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
name: Schema

env:
PHP_VERSION: '8.1'
PHP_VERSION: '8.2'
MYSQL_VERSION: '8.0'
DOCUMENTATION_VERSION: '9.0'
BASE_MODULE_VERSION: '^9.0.0'
DOCUMENTATION_VERSION: '10.0'
BASE_MODULE_VERSION: '^10.0.0'
STOREFRONT_MODULE_VERSION: '~3.1.0'
CONFIGURATION_MODULE_VERSION: '~1.1.0'
CONFIGURATION_MODULE_VERSION: '~1.2.0'

on:
workflow_dispatch:
Expand Down
2 changes: 1 addition & 1 deletion index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ Interface Documentation
architecture
development
consuming/index
GraphQL schema <https://oxid-esales.github.io/oxapi-documentation/9.0>
GraphQL schema <https://oxid-esales.github.io/oxapi-documentation/10.0>
specification
troubleshooting
thirdpartypayments/index
Expand Down
4 changes: 2 additions & 2 deletions install.rst
Original file line number Diff line number Diff line change
Expand Up @@ -44,9 +44,9 @@ In case you are updating your module from older version to newer, please pass fl

.. code-block:: bash
composer require oxid-esales/graphql-base ^v9.0.0 --with-all-dependencies
composer require oxid-esales/graphql-base ^v10.0.0 --with-all-dependencies
composer require oxid-esales/graphql-storefront ^v3.1.0 --with-all-dependencies
composer require oxid-esales/graphql-configuration-access ^v1.1.0 --with-all-dependencies
composer require oxid-esales/graphql-configuration-access ^v1.2.0 --with-all-dependencies
Activation
----------
Expand Down

0 comments on commit 146a8a5

Please sign in to comment.