[PECL-CVS] [pecl-datetime-timezonedb] fix-builds: Enable timezonedb
[email protected] (Derick Rethans)
| Newsgroups | php.pecl.cvs |
|---|---|
| Message-ID | <[email protected]> |
Author: Derick Rethans (derickr)
Date: 2025-09-25T14:20:49+01:00
Commit: https://github.com/php/pecl-datetime-timezonedb/commit/3d585adc8ccbb1b9ec054185c508a30966ec0bfe
Raw diff: https://github.com/php/pecl-datetime-timezonedb/commit/3d585adc8ccbb1b9ec054185c508a30966ec0bfe.diff
Enable timezonedb
Changed paths:
M .github/workflows/build.yml
Diff:
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index 793bd60..eb62cc8 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -38,6 +38,7 @@ jobs:
php-version: ${{ matrix.php-version }}
arch: ${{ matrix.arch }}
ts: ${{ matrix.ts }}
+ args: --enable-timezonedb
linux:
runs-on: ubuntu-latest