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: strategy:
fail-fast: true fail-fast: true
matrix: matrix:
php: [ 8.1 ] php: [ 8.2 ]
name: Run Feature & Unit tests (PHP ${{ matrix.php }}) name: Run Feature & Unit tests (PHP ${{ matrix.php }})
@ -102,7 +102,7 @@ jobs:
strategy: strategy:
fail-fast: true fail-fast: true
matrix: matrix:
php: [ 8.1 ] php: [ 8.2 ]
name: Triggers deploy through Laravel Vapor name: Triggers deploy through Laravel Vapor

12
composer.lock generated
View File

@ -14831,16 +14831,16 @@
}, },
{ {
"name": "spatie/ray", "name": "spatie/ray",
"version": "1.37.6", "version": "1.37.7",
"source": { "source": {
"type": "git", "type": "git",
"url": "https://github.com/spatie/ray.git", "url": "https://github.com/spatie/ray.git",
"reference": "caa46a4032c9700d2f33c22d31c23f4f7ef18ae1" "reference": "31e07c3eadc736e180810efff72a0ff882dcddb6"
}, },
"dist": { "dist": {
"type": "zip", "type": "zip",
"url": "https://api.github.com/repos/spatie/ray/zipball/caa46a4032c9700d2f33c22d31c23f4f7ef18ae1", "url": "https://api.github.com/repos/spatie/ray/zipball/31e07c3eadc736e180810efff72a0ff882dcddb6",
"reference": "caa46a4032c9700d2f33c22d31c23f4f7ef18ae1", "reference": "31e07c3eadc736e180810efff72a0ff882dcddb6",
"shasum": "" "shasum": ""
}, },
"require": { "require": {
@ -14891,7 +14891,7 @@
], ],
"support": { "support": {
"issues": "https://github.com/spatie/ray/issues", "issues": "https://github.com/spatie/ray/issues",
"source": "https://github.com/spatie/ray/tree/1.37.6" "source": "https://github.com/spatie/ray/tree/1.37.7"
}, },
"funding": [ "funding": [
{ {
@ -14903,7 +14903,7 @@
"type": "other" "type": "other"
} }
], ],
"time": "2023-09-08T09:48:14+00:00" "time": "2023-09-08T12:08:25+00:00"
}, },
{ {
"name": "symfony/polyfill-iconv", "name": "symfony/polyfill-iconv",