Skip to content

Commit

Permalink
OP-532 - installation.md and build.yml has been changed
Browse files Browse the repository at this point in the history
  • Loading branch information
tomkalon committed Sep 11, 2024
1 parent 76dcd9c commit 418f656
Show file tree
Hide file tree
Showing 4 changed files with 238 additions and 190 deletions.
18 changes: 11 additions & 7 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,15 +23,19 @@ jobs:
matrix:
php: [ "8.0", "8.1", "8.2", "8.3" ]
symfony: ["^5.4", "^6.0"]
sylius: ["^1.12", "^1.13"]
sylius: ["~1.12.0", "~1.13.0"]
node: [ "18.x", "20.x" ]
mysql: ["8.0"]
exclude:
- sylius: ^1.13
php: 8.0
- sylius: ^1.12
php: 8.0
symfony: ^6.4
- sylius: "~1.13.0"
php: "8.0"
- sylius: "~1.12.0"
php: "8.0"
symfony: "^6.4"
- sylius: "~1.12.0"
php: "8.3"
symfony: "^6.0"

env:
APP_ENV: test
DATABASE_URL: "mysql://root:[email protected]/sylius?serverVersion=${{ matrix.mysql }}"
Expand Down Expand Up @@ -177,7 +181,7 @@ jobs:

-
name: Upload Behat logs
uses: actions/upload-artifact@v2
uses: actions/upload-artifact@v3
if: failure()
with:
name: Behat logs
Expand Down
25 changes: 14 additions & 11 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ At BitBag we do believe in open source. However, we are able to do it just becau
* [Support](#we-are-here-to-help)
* [Installation](#installation)
* [Requirements](#requirements)
* [Usage](#usage)
* [Configuration](#configuration)
* [Usage](#usage)
* [Configuration](#configuration)
* [About us](#about-us)
* [Community](#community)
* [Additional Sylius resources for developers](#additional-resources-for-developers)
Expand Down Expand Up @@ -41,21 +41,24 @@ This **open-source plugin was developed to help the Sylius community** and make

[![](https://bitbag.io/wp-content/uploads/2020/10/button-contact.png)](https://bitbag.io/contact-us/?utm_source=github&utm_medium=referral&utm_campaign=plugins_ing)

# Installation
----
## Installation

---
### Requirements

We work on stable, supported, and up-to-date versions of packages. We recommend you do the same.
We work on stable, supported and up-to-date versions of packages. We recommend you to do the same.

| Package | Version |
|----------------------|--------------------|
| PHP | ^8.0 |
| sylius/refund-plugin | ^1.0.0 |
| sylius/sylius | ~1.12.x or ~1.13.x |

| Package | Version |
|----------------------|----------------|
| PHP | ^8.0 |
| sylius/refund-plugin | ^1.0.0 |
| sylius/sylius | ~1.11 or ~1.12 |
----

For the full installation guide please go to [installation](doc/installation.md)
### Full installation guide
- [See the full installation guide](doc/installation.md)


### Usage

Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"php": "^8.0",
"ext-json": "*",
"sylius/refund-plugin": "^1.0",
"sylius/sylius": "^1.12 || ^1.13",
"sylius/sylius": "~1.12.0 || ~1.13.0",
"twig/extra-bundle": "^3.4",
"symfony/webpack-encore-bundle": "^1.16"
},
Expand Down
Loading

0 comments on commit 418f656

Please sign in to comment.