Skip to content

Add GitHub workflow to build and validate PHP 8.4 with MongoDB #1118

Add GitHub workflow to build and validate PHP 8.4 with MongoDB

Add GitHub workflow to build and validate PHP 8.4 with MongoDB #1118

Workflow file for this run

name: Main workflow
on: [push, pull_request]
jobs:
run:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Setup Node
uses: actions/setup-node@v4
with:
node-version: '22.x'
- name: Dependencies
run: npm install
- name: Bootstrap
run: npm run bootstrap
- name: Build
run: npm run build
- name: Tests
run: npm run test