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 21, 2023
1 parent ca2e61f commit 6b0659a
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/unit-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,14 +15,14 @@ jobs:
fail-fast: false
matrix:
#Stable supported versions
php: ['8.2', '8.3']
symfony: ['6.4.*', '7.0.*']
php: ['8.1', '8.2', '8.3']
symfony: ['5.4.*', '6.4.*', '7.0.*']
composer-flags: ['--prefer-stable']
can-fail: [false]
include:
# Lowest supported versions
- php: '8.2'
symfony: '6.0.*'
- php: '8.1'
symfony: '5.4.*'
composer-flags: '--prefer-stable --prefer-lowest'
can-fail: false
# Development versions
Expand Down

0 comments on commit 6b0659a

Please sign in to comment.