Skip to content

Commit

Permalink
Added some more extension based on popularity
Browse files Browse the repository at this point in the history
  • Loading branch information
jb-lopez committed Jun 5, 2023
1 parent 3a23a63 commit f7688d2
Show file tree
Hide file tree
Showing 16 changed files with 498 additions and 1 deletion.
File renamed without changes.
38 changes: 38 additions & 0 deletions .github/workflows/amqp.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,38 @@
name: "amqp"
on:
workflow_dispatch:
schedule:
- cron: "24 9 * * 4"
jobs:
build:
name: Build
runs-on: windows-2019
strategy:
fail-fast: false
matrix:
version: ["8.0", "8.1", "8.2"]
ts: ["ts", "nts"]
arch: ["x64"]
name: ["amqp"]
repo: ["php-amqp/php-amqp"]
enable: ["with-amqp"]
include:
- ts: "ts"
release: "Release_TS"
- ts: "nts"
release: "Release"
steps:
- name: Checkout
uses: actions/checkout@v3

- name: Run Builder
uses: ./.github/actions/build
with:
version: ${{ matrix.version }}
ts: ${{ matrix.ts }}
arch: ${{ matrix.arch }}
repo: ${{ matrix.repo }}
enable: ${{ matrix.enable }}
name: ${{ matrix.name }}
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
2 changes: 1 addition & 1 deletion .github/workflows/awscrt.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
uses: actions/checkout@v3

- name: Run Builder
uses: ./.github/actions/build-aws-crt
uses: ./.github/actions/build-w-submodule
with:
version: ${{ matrix.version }}
ts: ${{ matrix.ts }}
Expand Down
38 changes: 38 additions & 0 deletions .github/workflows/crypto.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,38 @@
name: "crypto"
on:
workflow_dispatch:
schedule:
- cron: "9 9 * * 4"
jobs:
build:
name: Build
runs-on: windows-2019
strategy:
fail-fast: false
matrix:
version: ["8.0", "8.1", "8.2"]
ts: ["ts", "nts"]
arch: ["x64"]
name: ["crypto"]
repo: ["bukka/php-crypto"]
enable: ["enable-crypto"]
include:
- ts: "ts"
release: "Release_TS"
- ts: "nts"
release: "Release"
steps:
- name: Checkout
uses: actions/checkout@v3

- name: Run Builder
uses: ./.github/actions/build-w-submodule
with:
version: ${{ matrix.version }}
ts: ${{ matrix.ts }}
arch: ${{ matrix.arch }}
repo: ${{ matrix.repo }}
enable: ${{ matrix.enable }}
name: ${{ matrix.name }}
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
38 changes: 38 additions & 0 deletions .github/workflows/igbinary.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,38 @@
name: "IGBinary"
on:
workflow_dispatch:
schedule:
- cron: "24 9 * * 4"
jobs:
build:
name: Build
runs-on: windows-2019
strategy:
fail-fast: false
matrix:
version: ["8.0", "8.1", "8.2"]
ts: ["ts", "nts"]
arch: ["x64"]
name: ["igbinary"]
repo: ["igbinary/igbinary"]
enable: ["enable-igbinary"]
include:
- ts: "ts"
release: "Release_TS"
- ts: "nts"
release: "Release"
steps:
- name: Checkout
uses: actions/checkout@v3

- name: Run Builder
uses: ./.github/actions/build
with:
version: ${{ matrix.version }}
ts: ${{ matrix.ts }}
arch: ${{ matrix.arch }}
repo: ${{ matrix.repo }}
enable: ${{ matrix.enable }}
name: ${{ matrix.name }}
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
38 changes: 38 additions & 0 deletions .github/workflows/imagick.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,38 @@
name: "Imagick"
on:
workflow_dispatch:
schedule:
- cron: "24 9 * * 4"
jobs:
build:
name: Build
runs-on: windows-2019
strategy:
fail-fast: false
matrix:
version: ["8.0", "8.1", "8.2"]
ts: ["ts", "nts"]
arch: ["x64"]
name: ["Imagick"]
repo: ["Imagick/imagick"]
enable: ["with-imagick"]
include:
- ts: "ts"
release: "Release_TS"
- ts: "nts"
release: "Release"
steps:
- name: Checkout
uses: actions/checkout@v3

- name: Run Builder
uses: ./.github/actions/build
with:
version: ${{ matrix.version }}
ts: ${{ matrix.ts }}
arch: ${{ matrix.arch }}
repo: ${{ matrix.repo }}
enable: ${{ matrix.enable }}
name: ${{ matrix.name }}
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
38 changes: 38 additions & 0 deletions .github/workflows/mcrypt.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,38 @@
name: "mcrypt"
on:
workflow_dispatch:
schedule:
- cron: "24 9 * * 4"
jobs:
build:
name: Build
runs-on: windows-2019
strategy:
fail-fast: false
matrix:
version: ["8.0", "8.1", "8.2"]
ts: ["ts", "nts"]
arch: ["x64"]
name: ["mcrypt"]
repo: ["php/pecl-encryption-mcrypt"]
enable: ["with-mcrypt"]
include:
- ts: "ts"
release: "Release_TS"
- ts: "nts"
release: "Release"
steps:
- name: Checkout
uses: actions/checkout@v3

- name: Run Builder
uses: ./.github/actions/build
with:
version: ${{ matrix.version }}
ts: ${{ matrix.ts }}
arch: ${{ matrix.arch }}
repo: ${{ matrix.repo }}
enable: ${{ matrix.enable }}
name: ${{ matrix.name }}
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
38 changes: 38 additions & 0 deletions .github/workflows/memcached.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,38 @@
name: "memcached"
on:
workflow_dispatch:
schedule:
- cron: "24 9 * * 4"
jobs:
build:
name: Build
runs-on: windows-2019
strategy:
fail-fast: false
matrix:
version: ["8.0", "8.1", "8.2"]
ts: ["ts", "nts"]
arch: ["x64"]
name: ["timezonedb"]
repo: ["php-memcached-dev/php-memcached"]
enable: ["enable-memcached"]
include:
- ts: "ts"
release: "Release_TS"
- ts: "nts"
release: "Release"
steps:
- name: Checkout
uses: actions/checkout@v3

- name: Run Builder
uses: ./.github/actions/build
with:
version: ${{ matrix.version }}
ts: ${{ matrix.ts }}
arch: ${{ matrix.arch }}
repo: ${{ matrix.repo }}
enable: ${{ matrix.enable }}
name: ${{ matrix.name }}
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
38 changes: 38 additions & 0 deletions .github/workflows/mongodb.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,38 @@
name: "Redis"
on:
workflow_dispatch:
schedule:
- cron: "9 9 * * 4"
jobs:
build:
name: Build
runs-on: windows-2019
strategy:
fail-fast: false
matrix:
version: ["8.0", "8.1", "8.2"]
ts: ["ts", "nts"]
arch: ["x64"]
name: ["phpredis"]
repo: ["mongodb/mongo-php-driver"]
enable: ["enable-redis"]
include:
- ts: "ts"
release: "Release_TS"
- ts: "nts"
release: "Release"
steps:
- name: Checkout
uses: actions/checkout@v3

- name: Run Builder
uses: ./.github/actions/build-w-submodule
with:
version: ${{ matrix.version }}
ts: ${{ matrix.ts }}
arch: ${{ matrix.arch }}
repo: ${{ matrix.repo }}
enable: ${{ matrix.enable }}
name: ${{ matrix.name }}
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
38 changes: 38 additions & 0 deletions .github/workflows/phpredis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,38 @@
name: "MongoDB"
on:
workflow_dispatch:
schedule:
- cron: "9 9 * * 4"
jobs:
build:
name: Build
runs-on: windows-2019
strategy:
fail-fast: false
matrix:
version: ["8.0", "8.1", "8.2"]
ts: ["ts", "nts"]
arch: ["x64"]
name: ["mongodb"]
repo: ["phpredis/phpredis"]
enable: ["enable-mongodb"]
include:
- ts: "ts"
release: "Release_TS"
- ts: "nts"
release: "Release"
steps:
- name: Checkout
uses: actions/checkout@v3

- name: Run Builder
uses: ./.github/actions/build-w-submodule
with:
version: ${{ matrix.version }}
ts: ${{ matrix.ts }}
arch: ${{ matrix.arch }}
repo: ${{ matrix.repo }}
enable: ${{ matrix.enable }}
name: ${{ matrix.name }}
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
38 changes: 38 additions & 0 deletions .github/workflows/rdkafka.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,38 @@
name: "rdkafka"
on:
workflow_dispatch:
schedule:
- cron: "24 9 * * 4"
jobs:
build:
name: Build
runs-on: windows-2019
strategy:
fail-fast: false
matrix:
version: ["8.0", "8.1", "8.2"]
ts: ["ts", "nts"]
arch: ["x64"]
name: ["rdkafka"]
repo: ["arnaud-lb/php-rdkafka"]
enable: ["with-rdkafka"]
include:
- ts: "ts"
release: "Release_TS"
- ts: "nts"
release: "Release"
steps:
- name: Checkout
uses: actions/checkout@v3

- name: Run Builder
uses: ./.github/actions/build
with:
version: ${{ matrix.version }}
ts: ${{ matrix.ts }}
arch: ${{ matrix.arch }}
repo: ${{ matrix.repo }}
enable: ${{ matrix.enable }}
name: ${{ matrix.name }}
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
38 changes: 38 additions & 0 deletions .github/workflows/ssh2.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,38 @@
name: "ssh2"
on:
workflow_dispatch:
schedule:
- cron: "24 9 * * 4"
jobs:
build:
name: Build
runs-on: windows-2019
strategy:
fail-fast: false
matrix:
version: ["8.0", "8.1", "8.2"]
ts: ["ts", "nts"]
arch: ["x64"]
name: ["ssh2"]
repo: ["php/pecl-networking-ssh2"]
enable: ["with-ssh2"]
include:
- ts: "ts"
release: "Release_TS"
- ts: "nts"
release: "Release"
steps:
- name: Checkout
uses: actions/checkout@v3

- name: Run Builder
uses: ./.github/actions/build
with:
version: ${{ matrix.version }}
ts: ${{ matrix.ts }}
arch: ${{ matrix.arch }}
repo: ${{ matrix.repo }}
enable: ${{ matrix.enable }}
name: ${{ matrix.name }}
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Loading

0 comments on commit f7688d2

Please sign in to comment.