Skip to content

Commit

Permalink
workflows php 8.3
Browse files Browse the repository at this point in the history
  • Loading branch information
JEALG committed Aug 28, 2024
1 parent e9f52c8 commit 93e3fb3
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
@@ -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: "."

0 comments on commit 93e3fb3

Please sign in to comment.