Skip to content

Commit

Permalink
ci: Update builds.
Browse files Browse the repository at this point in the history
  • Loading branch information
drupol committed Feb 9, 2022
1 parent 858c380 commit be38066
Showing 1 changed file with 25 additions and 13 deletions.
38 changes: 25 additions & 13 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,30 @@ jobs:
- php74
- php80
- php81
- php56-nts
- php70-nts
- php71-nts
- php72-nts
- php73-nts
- php74-nts
- php80-nts
- php81-nts
- env-php56
- env-php70
- env-php71
- env-php72
- env-php73
- env-php74
- env-php80
- env-php81
- env-php56-nts
- env-php70-nts
- env-php71-nts
- env-php72-nts
- env-php73-nts
- env-php74-nts
- env-php80-nts
- env-php81-nts

steps:
- uses: actions/checkout@v2
Expand All @@ -34,18 +58,6 @@ jobs:
# If you chose API tokens for write access OR if you have a private cache
authToken: '${{ secrets.CACHIX_AUTH_TOKEN }}'

- name: Build PHP
- name: Build ${{ matrix.derivation }}
run: |
nix build #${{ matrix.derivation }}
- name: Build PHP NTS
run: |
nix build #${{ matrix.derivation }}-nts
- name: Build PHP environment
run: |
nix build #env-${{ matrix.derivation }}
- name: Build PHP NTS environment
run: |
nix build #env-${{ matrix.derivation }}-nts

0 comments on commit be38066

Please sign in to comment.