Skip to content

Laravel 11 and 12 and PHP 8.4 (#3) #28

Laravel 11 and 12 and PHP 8.4 (#3)

Laravel 11 and 12 and PHP 8.4 (#3) #28

Workflow file for this run

name: Tests
on: [push]
jobs:
build:
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
laravel: [11, 12]
php: [8.4, 8.3]
steps:
- uses: actions/checkout@v4
- name: test against Laravel ${{ matrix.laravel }} on PHP ${{ matrix.php }}
run: docker build . --build-arg PHP_VERSION=${{ matrix.php }} --build-arg LARAVEL=${{ matrix.laravel }}