We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a933244 commit f9fb70bCopy full SHA for f9fb70b
.github/workflows/ci.yml
@@ -7,12 +7,6 @@ jobs:
7
runs-on: ubuntu-latest
8
9
steps:
10
- - name: Setup PHP with sockets
11
- uses: shivammathur/setup-php@v2
12
- with:
13
- php-version: '8.3'
14
- extensions: sockets
15
-
16
- uses: actions/checkout@v3
17
- uses: php-actions/composer@v6
18
composer.json
@@ -37,6 +37,7 @@
37
"psr-4": { "Cassandra\\": "src/" }
38
},
39
"require-dev": {
40
+ "ext-sockets": "*",
41
"friendsofphp/php-cs-fixer": "^3.58.1",
42
"phpstan/phpstan": "^1.11.3",
43
"phpunit/phpunit": "^10.5.20",
0 commit comments