Skip to content

Commit

Permalink
Merge pull request #2 from BitBagCommerce/OP-175-add-build-badge-and-…
Browse files Browse the repository at this point in the history
…fix-build-actions

Add build badge and fix build actions
  • Loading branch information
senghe authored Jul 10, 2023
2 parents d3a02f2 + c7af667 commit d754e01
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,16 +13,16 @@ on:

jobs:
tests:
runs-on: ubuntu-18.04
runs-on: ubuntu-22.04

name: "Sylius ${{ matrix.sylius }}, PHP ${{ matrix.php }}, Symfony ${{ matrix.symfony }}, MySQL ${{ matrix.mysql }}"

strategy:
fail-fast: false
matrix:
php: ["8.0", "7.4"]
php: ["8.0"]
symfony: ["^4.4", "^5.2"]
sylius: ["~1.9", "~1.10.0", "~1.11.0"]
sylius: ["~1.11.0"]
node: ["12.x"]
mysql: ["8.0"]

Expand Down Expand Up @@ -121,6 +121,7 @@ jobs:
name: Restrict Symfony version
if: matrix.symfony != ''
run: |
composer global config --no-plugins allow-plugins.symfony/flex true
composer global require --no-progress --no-scripts --no-plugins "symfony/flex:^1.10"
composer config extra.symfony.require "${{ matrix.symfony }}"
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
[![Latest Version][ico-version]][link-packagist]
[![Latest Unstable Version][ico-unstable-version]][link-packagist]
[![Software License][ico-license]](LICENSE)
[![Build Status][ico-github-actions]][link-github-actions]
[![Build Status](https://github.com/BitBagCommerce/SyliusCalloutPlugin/actions/workflows/build.yml/badge.svg?branch=master)](https://github.com/BitBagCommerce/SyliusCalloutPlugin/actions/workflows/build.yml)
[![Quality Score][ico-code-quality]][link-code-quality]

The callout plugin for [Sylius](https://sylius.com/) allows you to configure nice badges for different set of products
Expand Down

0 comments on commit d754e01

Please sign in to comment.