[PECL-CVS] [pecl-datetime-timezonedb] fix-builds: Update versions
[email protected] (Derick Rethans)
| Newsgroups | php.pecl.cvs |
|---|---|
| Message-ID | <[email protected]> |
Author: Derick Rethans (derickr)
Date: 2025-09-25T14:07:14+01:00
Commit: https://github.com/php/pecl-datetime-timezonedb/commit/dfae4a1125654b1f9e8f168e8d88f04db032b883
Raw diff: https://github.com/php/pecl-datetime-timezonedb/commit/dfae4a1125654b1f9e8f168e8d88f04db032b883.diff
Update versions
Changed paths:
M .github/workflows/build.yml
Diff:
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml
index 474083f..793bd60 100644
--- a/.github/workflows/build.yml
+++ b/.github/workflows/build.yml
@@ -16,13 +16,10 @@ jobs:
matrix: ${{ steps.extension-matrix.outputs.matrix }}
steps:
- name: Checkout
- uses: actions/checkout@v4
+ uses: actions/checkout@v5
- name: Get The Extension Matrix
id: extension-matrix
uses: php/php-windows-builder/extension-matrix@v1
- with:
- php-version-list: '8.0, 8.1, 8.2, 8.3, 8.4, 8.5'
- arch-list: 'x64'
windows:
needs: get-extension-matrix
@@ -33,7 +30,8 @@ jobs:
matrix: ${{fromJson(needs.get-extension-matrix.outputs.matrix)}}
steps:
- name: Checkout
- uses: actions/checkout@v4
+ uses: actions/checkout@v5
+
- name: Build The Extension
uses: php/php-windows-builder/extension@v1
with: