Skip to content

Commit ab70c52

Browse files
committed
Fix symfony version in ci
1 parent f443b9c commit ab70c52

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/php.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@ jobs:
2222
- '7.3'
2323

2424
exclude:
25-
- { php-version: 7.3, symfony-version: 6.0 }
26-
- { php-version: 7.4, symfony-version: 6.0 }
25+
- { php-version: 7.3, symfony-version: 6.4 }
26+
- { php-version: 7.4, symfony-version: 6.4 }
2727

2828
- { php-version: 7.3, symfony-version: 7.3 }
2929
- { php-version: 7.4, symfony-version: 7.3 }

0 commit comments

Comments
 (0)