Upgrade pipeline to php 8.2

This commit is contained in:
Julien Nahum
2023-09-08 15:01:54 +02:00
parent 9645ceced6
commit 5111957ea5
2 changed files with 8 additions and 8 deletions

View File

@@ -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