Skip to content

Commit

Permalink
Allow Sylius 1.13
Browse files Browse the repository at this point in the history
  • Loading branch information
maximehuran committed Jul 29, 2024
1 parent 33a181e commit 0fc1dba
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/recipe.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ jobs:
strategy:
fail-fast: false
matrix:
php: ['8.2']
sylius: ["~1.12.0"]
php: ['8.1', '8.2']
sylius: ["~1.12.0", "~1.13.0"]

steps:
- name: Setup PHP
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/security.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
strategy:
fail-fast: false
matrix:
php: ['8.2']
php: ['8.1', '8.2']

steps:
- uses: actions/checkout@v3
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
strategy:
fail-fast: false
matrix:
php: ['8.2']
php: ['8.1', '8.2']

env:
COMPOSER_ARGS: --prefer-dist
Expand Down
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
.DEFAULT_GOAL := help
SHELL=/bin/bash
APP_DIR=tests/Application
SYLIUS_VERSION=1.12.0
SYLIUS_VERSION=1.13.0
SYMFONY=cd ${APP_DIR} && symfony
COMPOSER=symfony composer
CONSOLE=${SYMFONY} console
Expand Down Expand Up @@ -80,7 +80,7 @@ setup_application:
$(MAKE) apply_dist
(cd ${APP_DIR} && ${COMPOSER} require --no-progress monsieurbiz/${PLUGIN_NAME}="*@dev")
rm -rf ${APP_DIR}/var/cache
rm -f ${APP_DIR}/robots.txt # Remove the default robots.txt file to let our controller render contents
rm -f ${APP_DIR}/public/robots.txt # Remove the default robots.txt file to let our controller render contents


${APP_DIR}/docker-compose.yaml:
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
[![Recipe Status](https://img.shields.io/github/actions/workflow/status/monsieurbiz/SyliusRobotsTxtPlugin/recipe.yaml?branch=master&label=recipes&logo=github)](https://github.com/monsieurbiz/SyliusRobotsTxtPlugin/actions?query=workflow%3ASecurity)
[![Security Status](https://img.shields.io/github/actions/workflow/status/monsieurbiz/SyliusRobotsTxtPlugin/security.yaml?branch=master&label=security&logo=github)](https://github.com/monsieurbiz/SyliusRobotsTxtPlugin/actions?query=workflow%3ASecurity)

Manage your robot.txt from your Sylius admin pannel
Manage your robots.txt from your Sylius admin pannel

## Compatibility

Expand Down

0 comments on commit 0fc1dba

Please sign in to comment.