Skip to content

Commit

Permalink
fix coding-standards && php.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
reyptr27 committed Jul 30, 2024
1 parent 3bd2444 commit 9383969
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/coding-standards.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@

name: "Coding Standards"
on: [push]
jobs:
Expand All @@ -7,9 +8,9 @@ jobs:
strategy:
matrix:
php-version:
- "8.2"
- "8.1"
node-version:
- 20.14.0
- 16

steps:
- name: Checkout code
Expand Down Expand Up @@ -79,4 +80,4 @@ jobs:
- name: Commit changes
uses: stefanzweifel/git-auto-commit-action@v4
with:
commit_message: Fix styling
commit_message: Fix styling
2 changes: 1 addition & 1 deletion .github/workflows/php.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
fail-fast: true
matrix:
php: [8.2, 8.1]
laravel: ["11"]
laravel: ["9", "10"]
dependency-version: [prefer-lowest, prefer-stable]

name: L${{ matrix.laravel}} - P${{ matrix.php }} - ${{ matrix.dependency-version }}
Expand Down

0 comments on commit 9383969

Please sign in to comment.