Skip to content

Add Laravel 12, Lumen 11 and PHP 8.5 to workflow matrix #123

Add Laravel 12, Lumen 11 and PHP 8.5 to workflow matrix

Add Laravel 12, Lumen 11 and PHP 8.5 to workflow matrix #123

Workflow file for this run

name: build
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
call-laravel:
uses: ./.github/workflows/laravel.yml
with:
php-versions: '8.1,8.2,8.3,8.4,8.5'
call-lumen:
uses: ./.github/workflows/lumen.yml
with:
php-versions: '8.1,8.2,8.3,8.4,8.5'
call-slim:
uses: ./.github/workflows/slim.yml
with:
php-versions: '8.1,8.2,8.3,8.4,8.5'