Skip to content

Merge pull request #3476 from Laravel-Lang/projects/translate-hncp0z1 #3828

Merge pull request #3476 from Laravel-Lang/projects/translate-hncp0z1

Merge pull request #3476 from Laravel-Lang/projects/translate-hncp0z1 #3828

Workflow file for this run

name: phpunit
on:
push:
branches-ignore:
- 'projects/**'
pull_request:
branches-ignore:
- 'projects/**'
permissions: read-all
jobs:
build:
runs-on: ubuntu-latest
name: PHP Unit
steps:
- name: Checkout code
uses: actions/checkout@v3
- name: Setup PHP
uses: shivammathur/setup-php@v2
with:
extensions: curl, mbstring, zip, pcntl, pdo, pdo_sqlite, iconv, json
coverage: none
- name: Install dependencies
run: composer update --prefer-stable --prefer-dist --no-progress --no-interaction
- name: Execute tests
run: sudo vendor/bin/phpunit --colors=always