Skip to content

add laravel compatibility #23

add laravel compatibility

add laravel compatibility #23

Workflow file for this run

name: Tests
on: [push, pull_request]
jobs:
build:
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
php: ["8.0", 8.1, 8.2, 8.3]
illuminate: [9, 10, 11]
steps:
- uses: actions/checkout@v3
- name: "Run tests on PHP: ${{ matrix.php }}, Illuminate: ${{ matrix.illuminate }}"
run: docker build . --build-arg PHP_VERSION=${{ matrix.php }} --build-arg ILLUMINATE_VERSION=${{ matrix.illuminate }}