CI build job php 5.6 removed

#3409
This commit is contained in:
Shao Yu-Lung (Allen)
2023-08-30 11:37:34 +08:00
committed by GitHub
parent f005cec1b2
commit a0f81d578b

View File

@@ -22,7 +22,7 @@ jobs:
strategy:
fail-fast: false
matrix:
php_version: [ "5.6", "7.0", "7.1", "7.2", "7.3", "7.4", "8.0", "8.1", "8.2" ]
php_version: [ "7.0", "7.1", "7.2", "7.3", "7.4", "8.0", "8.1", "8.2" ]
service: [ php-fpm, php-worker, workspace ]
steps:
- uses: actions/checkout@v2