Skip to content

Commit

Permalink
Test Symfony 7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
mbabker committed May 8, 2024
1 parent b066ca9 commit 083b28d
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,10 @@ jobs:
symfony: '6.4.*'
composer-flags: '--prefer-stable --prefer-lowest'
can-fail: false
- php: '8.3'
symfony: '7.1.*@beta'
composer-flags: '--prefer-stable'
can-fail: true

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

Expand Down

0 comments on commit 083b28d

Please sign in to comment.