Skip to content

Amélioration PHP 8

Amélioration PHP 8 #6

Workflow file for this run

name: PHP8.3
on:
push:
branches:
- beta
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: PHP Syntax Checker (Lint)
uses: StephaneBour/actions-php-lint@8.3
with:
dir: "."