Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Update GitHub Actions for Laravel 12#1

Update GitHub Actions for Laravel 12

Update GitHub Actions for Laravel 12 #1

Workflow file for this run

name:phpstan
on:
workflow_dispatch:
push:
paths:
-'**.php'
-'*.neon'
-'*.xml'
-'*.xml.dist'
-'.github/**.yaml'
-'.github/**.yml'
jobs:
phpstan:
name:phpstan
runs-on:ubuntu-latest
steps:
-uses:actions/checkout@v4
-name:Setup PHP
uses:shivammathur/setup-php@v2
with:
php-version:'7.4'
extensions:dom, curl, libxml, mbstring, zip, pcntl, pdo, sqlite, pdo_sqlite, bcmath, soap, intl, gd, exif, iconv, imagick
coverage:none
-name:Cache composer dependencies
uses:actions/cache@v4
with:
path:vendor
key:composer-${{ hashFiles('composer.lock') }}
-name:Run composer install
run:composer install --no-interaction --prefer-dist --ansi -v
-name:Run phpstan
run:composer phpstan

[8]ページ先頭

©2009-2025 Movatter.jp