Skip to content

Commit 0cd01ad

Browse files
committed
build(workflows/test.yaml) build uopz branch from source
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.
1 parent 782e95b commit 0cd01ad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ jobs:
5555
uses: shivammathur/setup-php@v2
5656
with:
5757
php-version: ${{ matrix.php_version }}
58-
extensions: uopz, sqlite3, gd
58+
extensions: uopz-zonuexe/uopz@php84-exit, sqlite3, gd
5959
ini-values: post_max_size=256M, max_execution_time=180, uopz.exit=1
6060
tools: composer
6161

0 commit comments

Comments
 (0)