Skip to content

Commit 3063892

Browse files
committed
Update CI workflow to remove sockets extension and adjust PHP version matrix
1 parent a882be5 commit 3063892

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/phpstan.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
runs-on: ubuntu-latest
2020
strategy:
2121
matrix:
22-
php-version: [ '8.1', '8.2', '8.3', '8.4', '8.5' ]
22+
php-version: [ '8.3', '8.4', '8.5' ]
2323
max-parallel: 5
2424
fail-fast: false
2525
steps:
@@ -30,7 +30,7 @@ jobs:
3030
uses: shivammathur/setup-php@v2
3131
with:
3232
php-version: ${{ matrix.php-version }}
33-
extensions: swoole,sockets
33+
extensions: swoole
3434
coverage: none
3535

3636
- name: Setup Dependencies

0 commit comments

Comments
 (0)