Skip to content

Downgrade PHP requirement to ^8.3 in composer.json #24

Downgrade PHP requirement to ^8.3 in composer.json

Downgrade PHP requirement to ^8.3 in composer.json #24

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 }}