mirror of
https://github.com/php-curl-class/php-curl-class.git
synced 2026-09-04 14:56:26 +00:00
Merge pull request #692 from zachborboa/master
Use block format list for php version matrix
This commit is contained in:
@@ -14,7 +14,13 @@ jobs:
|
||||
runs-on: ubuntu-latest
|
||||
strategy:
|
||||
matrix:
|
||||
php: ['7.0', '7.1', '7.2', '7.3', '7.4', '8.0']
|
||||
php:
|
||||
- '7.0'
|
||||
- '7.1'
|
||||
- '7.2'
|
||||
- '7.3'
|
||||
- '7.4'
|
||||
- '8.0'
|
||||
fail-fast: false
|
||||
name: PHP ${{ matrix.php }}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user