Skip to content

Commit

Permalink
chore(ci): remove symfony 4 support in ci
Browse files Browse the repository at this point in the history
  • Loading branch information
thibaudgirard committed Mar 5, 2024
1 parent ee4edaf commit b34171e
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,16 +7,16 @@ jobs:
runs-on: ubuntu-20.04
strategy:
matrix:
php-version: ['7.4', '8.0', '8.1' ]
symfony-version: ['^4.4', '^5.0']
php-version: ['7.4', '8.0', '8.1' , '8.2' , '8.3' ]
symfony-version: ['^5.4', '^6.4', '^7.0']
fail-fast: false
steps:
- uses: actions/checkout@master
- uses: shivammathur/setup-php@v2
with:
php-version: ${{ matrix.php-version }}
coverage: xdebug2
extensions: amqp
extensions: amqp-2
- name: Install symfony version from matrix
env:
SYMFONY_VERSION: ${{ matrix.symfony-version }}
Expand Down

0 comments on commit b34171e

Please sign in to comment.