Drop support for PHP 8.1

This commit is contained in:
Alejandro Celaya
2023-05-29 09:43:12 +02:00
parent 07ce5f05a2
commit ee6a8ede0a
12 changed files with 32 additions and 20 deletions

View File

@@ -10,7 +10,7 @@ jobs:
runs-on: ubuntu-22.04
strategy:
matrix:
php-version: ['8.1', '8.2']
php-version: ['8.2']
swoole: ['yes', 'no']
steps:
- uses: actions/checkout@v3