mirror of
https://github.com/pelican-dev/panel.git
synced 2025-06-25 06:11:08 +02:00
ci(laravel): add PHP 8.2 to test matrix
This commit is contained in:
parent
a1e5afccb4
commit
85df1a4ec7
5
.github/workflows/laravel.yaml
vendored
5
.github/workflows/laravel.yaml
vendored
@ -50,6 +50,7 @@ jobs:
|
|||||||
- name: Setup PHP
|
- name: Setup PHP
|
||||||
uses: shivammathur/setup-php@v2
|
uses: shivammathur/setup-php@v2
|
||||||
with:
|
with:
|
||||||
|
# TODO: Update to 8.2 once php-cs-fixer supports it
|
||||||
php-version: 8.1
|
php-version: 8.1
|
||||||
extensions: bcmath, curl, gd, mbstring, mysql, openssl, pdo, tokenizer, xml, zip
|
extensions: bcmath, curl, gd, mbstring, mysql, openssl, pdo, tokenizer, xml, zip
|
||||||
tools: composer:v2
|
tools: composer:v2
|
||||||
@ -67,7 +68,7 @@ jobs:
|
|||||||
strategy:
|
strategy:
|
||||||
fail-fast: false
|
fail-fast: false
|
||||||
matrix:
|
matrix:
|
||||||
php: [8.1]
|
php: [8.1, 8.2]
|
||||||
database: ["mariadb:10.2", "mariadb:10.9", "mysql:8"]
|
database: ["mariadb:10.2", "mariadb:10.9", "mysql:8"]
|
||||||
services:
|
services:
|
||||||
database:
|
database:
|
||||||
@ -140,7 +141,7 @@ jobs:
|
|||||||
strategy:
|
strategy:
|
||||||
fail-fast: false
|
fail-fast: false
|
||||||
matrix:
|
matrix:
|
||||||
php: [8.1]
|
php: [8.1, 8.2]
|
||||||
database: ["postgres:13", "postgres:14", "postgres:15"]
|
database: ["postgres:13", "postgres:14", "postgres:15"]
|
||||||
services:
|
services:
|
||||||
database:
|
database:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user