Skip to content

Commit

Permalink
Sync webtoken workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
chalasr committed Dec 14, 2024
1 parent 4165db7 commit c0d56fb
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/web-token-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,10 @@ jobs:
can-fail: false
# Stable Symfony branches
- php: 8.3
symfony: 7.0.*
symfony: 7.1.*
can-fail: false
- php: 8.4
symfony: 7.2.*
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 c0d56fb

Please sign in to comment.