Skip to content

Commit

Permalink
Add ts in dispatch-single-php-all-icu-intl workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
shivammathur committed Jun 7, 2023
1 parent 295024f commit 0b9463d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/dispatch-single-php-all-icu-intl.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ jobs:
fail-fast: false
matrix:
icu: [50.2, 51.3, 52.2, 53.2, 54.2, 55.2, 56.2, 57.2, 58.3, 59.2, 60.3, 61.2, 62.2, 63.2, 64.2, 65.1, 66.1, 67.1, 68.1, 68.2, 69.1, 70.1, 71.1, 72.1, 73.1]
ts: [nts, zts]
name: php-intl
steps:
- name: ${{github.event.inputs.icu}}
Expand All @@ -30,13 +31,15 @@ jobs:
run: bash src/install-requirements.sh
env:
VERSION: ${{github.event.inputs.php}}
TS: ${{ matrix.ts }}
- name: Checkout
uses: actions/checkout@v3
- name: Update intl
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
ICU: ${{ matrix.icu }}
REPO: ${{ github.repository }}
TS: ${{ matrix.ts }}
VERSION: ${{github.event.inputs.php}}
WORKSPACE: ${{ github.workspace }}
run: |
Expand Down

0 comments on commit 0b9463d

Please sign in to comment.