Upgrade pipeline to php 8.2
This commit is contained in:
4
.github/workflows/laravel.yml
vendored
4
.github/workflows/laravel.yml
vendored
@@ -34,7 +34,7 @@ jobs:
|
||||
strategy:
|
||||
fail-fast: true
|
||||
matrix:
|
||||
php: [ 8.1 ]
|
||||
php: [ 8.2 ]
|
||||
|
||||
name: Run Feature & Unit tests (PHP ${{ matrix.php }})
|
||||
|
||||
@@ -102,7 +102,7 @@ jobs:
|
||||
strategy:
|
||||
fail-fast: true
|
||||
matrix:
|
||||
php: [ 8.1 ]
|
||||
php: [ 8.2 ]
|
||||
|
||||
name: Triggers deploy through Laravel Vapor
|
||||
|
||||
|
||||
Reference in New Issue
Block a user