Skip to content

Commit

Permalink
OP-364 - Builds updated
Browse files Browse the repository at this point in the history
  • Loading branch information
tomkalon committed Jul 16, 2024
1 parent 2c52327 commit 507af40
Showing 1 changed file with 12 additions and 8 deletions.
20 changes: 12 additions & 8 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,18 +14,22 @@ on:

jobs:
tests:
runs-on: ubuntu-22.04

runs-on: ubuntu-latest
name: "Sylius ${{ matrix.sylius }}, PHP ${{ matrix.php }}, Symfony ${{ matrix.symfony }}, MySQL ${{ matrix.mysql }}"

strategy:
fail-fast: false
matrix:
php: ["8.1"]
symfony: ["^6.0"]
sylius: [~1.12.0]
node: ["20.x"]
mysql: ["5.7"]
php: [8.0, 8.1, 8.2, 8.3]
symfony: [^5.4, ^6.0]
sylius: [~1.12.0, ~1.13.0]
node: [18.x, 20.x]
mysql: [5.7, 8.0]

exclude:
- sylius: ~1.13.x
php: "^8.0"

env:
APP_ENV: test
Expand Down

0 comments on commit 507af40

Please sign in to comment.