Skip to content

Commit

Permalink
Add PHP test
Browse files Browse the repository at this point in the history
  • Loading branch information
cliffparnitzky committed Sep 5, 2023
1 parent 96498d0 commit 0c1d202
Show file tree
Hide file tree
Showing 2 changed files with 32 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .github/workflows/php81syntax_check.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
name: PHP 8.1 Syntax Check

on:
push:
branches: [ master ]

jobs:
build:

runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v2

- name: PHP Lint
uses: StephaneBour/actions-php-lint@8.1
16 changes: 16 additions & 0 deletions .github/workflows/php82syntax_check.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
name: PHP 8.2 Syntax Check

on:
push:
branches: [ master ]

jobs:
build:

runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v2

- name: PHP Lint
uses: StephaneBour/actions-php-lint@8.2

0 comments on commit 0c1d202

Please sign in to comment.