Skip to content

New post: Updating (PHP) packages to ReactPHP Promise v3, and test your types with PHPStan #321

New post: Updating (PHP) packages to ReactPHP Promise v3, and test your types with PHPStan

New post: Updating (PHP) packages to ReactPHP Promise v3, and test your types with PHPStan #321

Workflow file for this run

name: Continuous Integration
on:
push:
pull_request:
jobs:
generate-blog:
name: Generate Blog
runs-on: ubuntu-latest
container:
image: wyrihaximusnet/php:7.4-nts-alpine3.12-dev-root
steps:
- uses: actions/checkout@v1
- name: Composer Install
run: composer install --ansi --no-progress --no-interaction --prefer-dist -o
- name: Generate Blog
run: vendor/bin/sculpin generate --env=prod
- name: Find It all
run: find output_prod