Skip to content

Commit bc8cc9f

Browse files
committed
Run CI with different symfony/finder versions.
1 parent 0c92f1a commit bc8cc9f

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/php.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@ jobs:
4646
matrix:
4747
operating-system: [ubuntu-latest]
4848
php-versions: ['8.1', '8.2', '8.3', '8.4']
49+
symfony: ['~6.4.0', '']
4950

5051
steps:
5152
- name: Setup PHP, with composer and extensions
@@ -71,6 +72,10 @@ jobs:
7172
7273
- uses: actions/checkout@v4
7374

75+
- name: "Downgrade symfony/finder"
76+
if: matrix.symfony != ''
77+
run: composer require --no-update symfony/finder:${{ matrix.symfony }}
78+
7479
- name: Get composer cache directory
7580
run: echo COMPOSER_CACHE="$(composer config cache-files-dir)" >> "$GITHUB_ENV"
7681

0 commit comments

Comments
 (0)