mirror of
https://github.com/kevin-DL/LaravelShoppingcart.git
synced 2026-01-19 22:05:18 +00:00
Change unit test php versions
This commit is contained in:
2
.github/workflows/php.yml
vendored
2
.github/workflows/php.yml
vendored
@@ -11,7 +11,7 @@ jobs:
|
||||
strategy:
|
||||
fail-fast: false
|
||||
matrix:
|
||||
php-versions: ['7.1', '7.2', '7.3', '7.4']
|
||||
php-versions: ['7.4', '8.0', '8.1']
|
||||
env:
|
||||
PHP_VERSION: ${{ matrix.php-versions }}
|
||||
name: PHP ${{ matrix.php-versions }}
|
||||
|
||||
Reference in New Issue
Block a user