Skip to content

Commit

Permalink
Create README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
shyim authored Jul 17, 2023
1 parent edb9faf commit c42aae8
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
# Setup Shopware

Setup Shopware in your GitHub Actions pipeline to run tests.

## Usage

```yaml
- name: Setup Shopware
uses: FriendsOfShopware/setup-shopware@v1
with:
shopware-version: v6.5.3.2
php-version: 8.1
```
The `php-version` can be any PHP version supported by [setup-php](https://github.com/shivammathur/setup-php).

0 comments on commit c42aae8

Please sign in to comment.