Skip to content

Commit 7fe7d52

Browse files
committed
Back to conditional install since the amqp extension isn't installing right
1 parent 3af09b1 commit 7fe7d52

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/run-tests.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,12 +29,12 @@ jobs:
2929
symfony: 5.2.*
3030
composer-flags: '--prefer-stable'
3131
can-fail: false
32-
extensions: 'amqp-1.11.0beta, curl, iconv, mbstring, pdo, pdo_sqlite, sqlite, zip'
32+
extensions: 'curl, iconv, mbstring, pdo, pdo_sqlite, sqlite, zip'
3333
- php: 8.0
3434
symfony: 5.3.*@beta
3535
composer-flags: '--prefer-stable'
3636
can-fail: false
37-
extensions: 'amqp-1.11.0beta, curl, iconv, mbstring, pdo, pdo_sqlite, sqlite, zip'
37+
extensions: 'curl, iconv, mbstring, pdo, pdo_sqlite, sqlite, zip'
3838

3939
name: "PHP ${{ matrix.php }} - Symfony ${{ matrix.symfony }}${{ matrix.composer-flags != '' && format(' - Composer {0}', matrix.composer-flags) || '' }}"
4040

@@ -57,6 +57,7 @@ jobs:
5757
coverage: none
5858

5959
- name: Install ReactAMQP package
60+
if: matrix.php == '7.4'
6061
run: |
6162
composer require --dev --no-update gos/react-amqp:^0.3
6263

0 commit comments

Comments
 (0)