Skip to content

Commit 4725303

Browse files
committed
Run tests on Symfony 7.3
1 parent 8e8a690 commit 4725303

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,14 +20,14 @@ jobs:
2020
symfony:
2121
- '5.4.*'
2222
- '6.4.*'
23-
- '7.0.*'
23+
- '7.3.*'
2424
include:
2525
- php: '8.1'
2626
symfony: '5.4.*'
2727
dependency: 'lowest'
2828
exclude:
2929
- php: '8.1'
30-
symfony: '7.0.*'
30+
symfony: '7.3.*'
3131
fail-fast: false
3232
steps:
3333
- name: Checkout

0 commit comments

Comments
 (0)