Skip to content

Add PHP 8.2 and 8.3 arm layers #7

Add PHP 8.2 and 8.3 arm layers

Add PHP 8.2 and 8.3 arm layers #7

Workflow file for this run

name: Tests
on:
push:
branches: [ main ]
pull_request:
branches: ['*']
jobs:
tests:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v3
with:
node-version: 18
registry-url: https://registry.npmjs.org/
- run: npm install
- run: npm run test