Skip to content

Bump express from 4.18.2 to 4.21.2 #44

Bump express from 4.18.2 to 4.21.2

Bump express from 4.18.2 to 4.21.2 #44

Workflow file for this run

name: PHP Unit
on:
push:
branches:
- develop
- trunk
pull_request:
branches:
- develop
jobs:
phpunit:
name: PHP Unit
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Set PHP version
uses: shivammathur/setup-php@v2
with:
php-version: 7.4
tools: composer:v2
coverage: none
- name: Install dependencies
run: composer install
- name: Run PHP Unit tests
run: ./vendor/bin/phpunit