Skip to content

All: move responsive.html to themes/jquery/responsive.html #143

All: move responsive.html to themes/jquery/responsive.html

All: move responsive.html to themes/jquery/responsive.html #143

Workflow file for this run

name: PHP Composer
on:
push:
pull_request:
jobs:
run:
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
php-version:
- "7.4"
- "8.0"
- "8.1"
- "8.2"
name: Lint PHP ${{ matrix.php-version }}
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Setup PHP version
uses: shivammathur/setup-php@v2
with:
php-version: ${{ matrix.php-version }}
- run: composer install
- run: composer test