Skip to content

Commit

Permalink
Fix flex plugin for github action, increase test matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
metfan committed Aug 1, 2023
1 parent 8ce754f commit 47da037
Showing 1 changed file with 15 additions and 3 deletions.
18 changes: 15 additions & 3 deletions .github/workflows/unit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,23 @@ jobs:
strategy:
fail-fast: false
matrix:
php: [7.4, 8.0, 8.1]
symfony: [4.4.*, 5.4.*, 6.0.*]
php: [7.4, 8.0, 8.1, 8.2]
symfony: [4.4.*, 5.4.*, 6.0.*, 6.1.*, 6.2.*, 6.3.*]
exclude:
- php: 7.4
symfony: 6.0.*
- php: 7.4
symfony: 6.1.*
- php: 7.4
symfony: 6.2.*
- php: 7.4
symfony: 6.3.*
- php: 8.0
symfony: 6.1.*
- php: 8.0
symfony: 6.2.*
- php: 8.0
symfony: 6.3.*

services:
rabbitmq:
Expand Down Expand Up @@ -46,7 +58,7 @@ jobs:
- name: Install the dependencies
env:
SYMFONY_REQUIRE: ${{ matrix.symfony }}
run: composer install --no-interaction --prefer-dist --no-progress --no-suggest
run: composer install --no-interaction --prefer-dist --no-progress --no-suggest --no-plugins

- name: Wait for broker service
run: Tests/bin/wait_broker
Expand Down

0 comments on commit 47da037

Please sign in to comment.