Skip to content

Commit

Permalink
build(workflows/test.yaml) build uopz branch from source
Browse files Browse the repository at this point in the history
Following
https://github.com/shivammathur/setup-php/wiki/Add-extension-from-source
instructions, build the PHP 8.4 compatible version of the `uopz`
extension from a PR branch that does not throw during the extension
compilation.
  • Loading branch information
lucatume committed Dec 3, 2024
1 parent 782e95b commit 0cd01ad
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ jobs:
uses: shivammathur/setup-php@v2
with:
php-version: ${{ matrix.php_version }}
extensions: uopz, sqlite3, gd
extensions: uopz-zonuexe/uopz@php84-exit, sqlite3, gd
ini-values: post_max_size=256M, max_execution_time=180, uopz.exit=1
tools: composer

Expand Down

0 comments on commit 0cd01ad

Please sign in to comment.