Add Laravel 12, Lumen 11 and PHP 8.5 to workflow matrix #123
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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' |