Skip to content

Commit f9fb70b

Browse files
committed
Update deps and github ci
1 parent a933244 commit f9fb70b

File tree

2 files changed

+1
-6
lines changed

2 files changed

+1
-6
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,6 @@ jobs:
77
runs-on: ubuntu-latest
88

99
steps:
10-
- name: Setup PHP with sockets
11-
uses: shivammathur/setup-php@v2
12-
with:
13-
php-version: '8.3'
14-
extensions: sockets
15-
1610
- uses: actions/checkout@v3
1711
- uses: php-actions/composer@v6
1812

composer.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@
3737
"psr-4": { "Cassandra\\": "src/" }
3838
},
3939
"require-dev": {
40+
"ext-sockets": "*",
4041
"friendsofphp/php-cs-fixer": "^3.58.1",
4142
"phpstan/phpstan": "^1.11.3",
4243
"phpunit/phpunit": "^10.5.20",

0 commit comments

Comments
 (0)