Skip to content

Commit c9b2eaf

Browse files
committed
fix github action
1 parent d859d99 commit c9b2eaf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
fail-fast: true
1414
matrix:
1515
php: ['8.1', '8.2']
16-
stability: [prefer-stable]
16+
stability: [prefer-stable, prefer-dev]
1717

1818
services:
1919
rabbitmq:
@@ -55,7 +55,7 @@ jobs:
5555
uses: shivammathur/setup-php@v2
5656
with:
5757
php-version: ${{ matrix.php }}
58-
extensions: dom, curl, libxml, mbstring, zip, pcntl
58+
extensions: bcmath, curl, dom, mbstring, pcntl, sockets, xml
5959
coverage: none
6060
tools: composer:v2
6161

0 commit comments

Comments
 (0)