From 93e3fb30297efc8b617cf4876afd9ae48bc96a78 Mon Sep 17 00:00:00 2001 From: JEALG Date: Wed, 28 Aug 2024 19:55:12 +0200 Subject: [PATCH] workflows php 8.3 --- .github/workflows/build.yml | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 .github/workflows/build.yml diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml new file mode 100644 index 00000000..c3a19624 --- /dev/null +++ b/.github/workflows/build.yml @@ -0,0 +1,16 @@ +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: "."