Skip to content

Commit a3ead90

Browse files
committed
dont build symfony for 7.4 or 8.0
1 parent 0c79acb commit a3ead90

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/php.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -124,6 +124,10 @@ jobs:
124124
php-version: 7.4
125125
- project: 'Sampler/RuleBased'
126126
php-version: 8.0
127+
- project: 'Symfony'
128+
php-version: 7.4
129+
- project: 'Symfony'
130+
php-version: 8.0
127131
steps:
128132
- uses: actions/checkout@v4
129133

0 commit comments

Comments
 (0)