Skip to content

[#123] Added CI jobs for PHP 8.3 and retired CI jobs for PHP 8.1. (#130) #77

[#123] Added CI jobs for PHP 8.3 and retired CI jobs for PHP 8.1. (#130)

[#123] Added CI jobs for PHP 8.3 and retired CI jobs for PHP 8.1. (#130) #77

Workflow file for this run

name: Test Scaffold
# Workflow to **validate** the **integrity** of the scaffold template itself.
on:
push:
branches:
- 1.x
pull_request:
branches:
- 1.x
- 'feature/**'
jobs:
test-scaffold:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Check coding standards
uses: luizm/action-sh-checker@v0.8.0
env:
SHFMT_OPTS: -i 2 -ci -s -d