Skip to content

Commit 1f46523

Browse files
committed
update symfony version in matrix
1 parent 1efef47 commit 1f46523

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/php.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,10 @@ jobs:
99
strategy:
1010
matrix:
1111
php: ['8.0', '8.1', '8.2', '8.3', '8.4', '8.5']
12-
symfony: ['^6.4', '^7.4', '^8.0']
12+
symfony: ['6.4.29', '7.4', '8.0']
1313
exclude:
1414
- php: 8.0
15-
symfony: 6.4
15+
symfony: 6.4.29
1616
- php: 8.0
1717
symfony: 7.0
1818
- php: 8.1

0 commit comments

Comments
 (0)