Fixed publish-release and publish-swagger-spec pipelines

This commit is contained in:
Alejandro Celaya
2021-12-12 17:38:50 +01:00
parent 2102cc4e9a
commit ca06040efc
2 changed files with 2 additions and 2 deletions

View File

@@ -10,7 +10,7 @@ jobs:
runs-on: ubuntu-20.04
strategy:
matrix:
php-version: ['8.0']
php-version: ['8.0', '8.1']
swoole: ['yes', 'no']
steps:
- name: Checkout code