Skip to content

Commit

Permalink
update ci
Browse files Browse the repository at this point in the history
  • Loading branch information
spawnia committed Apr 24, 2024
1 parent 0d8d4a6 commit 865365a
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/autoformat.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
composer-normalize:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
with:
ref: ${{ github.head_ref }}

Expand All @@ -29,7 +29,7 @@ jobs:
prettier:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
with:
ref: ${{ github.head_ref }}

Expand All @@ -44,7 +44,7 @@ jobs:
php-cs-fixer:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
with:
ref: ${{ github.head_ref }}

Expand Down
10 changes: 9 additions & 1 deletion .github/workflows/validate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,19 +17,27 @@ jobs:
- "8.0"
- "8.1"
- "8.2"
- "8.3"
laravel-version:
- "^8"
- "^9"
- "^10"
- "^11"
exclude:
- php-version: "7.4"
laravel-version: "^9"
- php-version: "7.4"
laravel-version: "^10"
- php-version: "7.4"
laravel-version: "^11"
- php-version: "8.0"
laravel-version: "^10"
- php-version: "8.0"
laravel-version: "^11"
- php-version: "8.1"
laravel-version: "^11"
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v

- uses: shivammathur/setup-php@v2
with:
Expand Down

0 comments on commit 865365a

Please sign in to comment.