Skip to content

Commit a933244

Browse files
committed
Update github ci config
1 parent 3d2e127 commit a933244

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/ci.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,12 @@ 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+
1016
- uses: actions/checkout@v3
1117
- uses: php-actions/composer@v6
1218

0 commit comments

Comments
 (0)