Skip to content

chore(deps): bump laravel/framework from 11.15.0 to 11.31.0 in the composer group across 1 directory #8

chore(deps): bump laravel/framework from 11.15.0 to 11.31.0 in the composer group across 1 directory

chore(deps): bump laravel/framework from 11.15.0 to 11.31.0 in the composer group across 1 directory #8

Workflow file for this run

name: Build Status
on:
pull_request:
branches: [master]
jobs:
validate:
runs-on: ubuntu-latest
steps:
- name: Validate Pull Request Title
uses: amannn/action-semantic-pull-request@v5
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Validate commit messages
uses: wagoid/commitlint-github-action@v6
- name: Setup PHP with PECL extension
uses: shivammathur/setup-php@v2
with:
php-version: "8.2"
# Taken from https://github.com/kirschbaum-development/laravel-test-runner-container/blob/master/8.2/Dockerfile
extensions: mbstring, mysql, xml, xsl, zip, curl, bcmath, intl, bz2
- name: Install composer dependencies
run: composer install -q --no-ansi --no-interaction --no-scripts --no-progress --prefer-dist
- name: Validate PHP code
run: composer verify