Skip to content

Commit

Permalink
build: add assertions to ini values in github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
lindyhopchris committed Nov 7, 2023
1 parent 71353a4 commit 195bb5f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
extensions: dom, curl, libxml, mbstring, zip, pcntl, pdo, sqlite, pdo_sqlite, gd
tools: composer:v2
coverage: none
ini-values: error_reporting=E_ALL
ini-values: error_reporting=E_ALL, zend.assertions=1

- name: Set Laravel Version
run: composer require "laravel/framework:^${{ matrix.laravel }}" --no-update
Expand Down

0 comments on commit 195bb5f

Please sign in to comment.