Skip to content

Bump express from 4.18.2 to 4.19.2 #57

Bump express from 4.18.2 to 4.19.2

Bump express from 4.18.2 to 4.19.2 #57

Workflow file for this run

name: Tests
on: [ push ]
jobs:
PHPUnit:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: php-actions/composer@v6
with:
php_version: 8.2
- name: PHPUnit Tests
uses: php-actions/phpunit@master
with:
configuration: test/phpunit/phpunit.xml
args: --testdox
version: 9
php_version: 8.2