Skip to content

Commit

Permalink
Bring back symfony 5.4 and php 8.1
Browse files Browse the repository at this point in the history
  • Loading branch information
mleczakm committed Dec 29, 2023
1 parent da80e1b commit 53f558b
Showing 1 changed file with 5 additions and 19 deletions.
24 changes: 5 additions & 19 deletions .github/workflows/unit-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,25 +14,11 @@ jobs:
strategy:
fail-fast: false
matrix:
include:
# Lowest Deps
- php: 8.1
symfony: 5.4.*
composer-flags: '--prefer-stable'
can-fail: false
# Stable deps
- php: 8.2
symfony: 6.3.*
composer-flags: '--prefer-stable'
can-fail: false
- php: 8.2
symfony: 6.4.*
composer-flags: '--prefer-stable'
can-fail: false
- php: 8.2
symfony: 7.0.*
composer-flags: '--prefer-stable'
can-fail: false
#Stable supported versions
php: ['8.1', '8.2', '8.3']
symfony: ['5.4.*', '6.4.*', '7.0.*']
composer-flags: ['--prefer-stable']
can-fail: [false]

name: "PHP ${{ matrix.php }} - Symfony ${{ matrix.symfony }}${{ matrix.composer-flags != '' && format(' - Composer {0}', matrix.composer-flags) || '' }}"

Expand Down

0 comments on commit 53f558b

Please sign in to comment.