Skip to content

Commit

Permalink
Test Symfony versions
Browse files Browse the repository at this point in the history
  • Loading branch information
yguedidi committed Dec 24, 2023
1 parent fd0cb7d commit 56d02be
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ jobs:
strategy:
matrix:
php: [7.4, 8.0, 8.1, 8.2]
symfony-version: [4.4.*, 5.4.*]
composer-flags: ['', '--prefer-lowest']
fail-fast: true
steps:
Expand All @@ -23,6 +24,7 @@ jobs:
with:
php-version: ${{ matrix.php }}
coverage: none
tools: flex

- name: Get composer cache directory
id: composer-cache
Expand All @@ -36,6 +38,8 @@ jobs:
restore-keys: ${{ runner.os }}-composer-

- name: Install dependencies
env:
SYMFONY_REQUIRE: ${{ matrix.symfony-version }}
run: composer update --prefer-dist --no-interaction ${{ matrix.composer-flags }}

- run: make tests

0 comments on commit 56d02be

Please sign in to comment.