Skip to content

Explicitly set chromedriver port #3

Explicitly set chromedriver port

Explicitly set chromedriver port #3

Workflow file for this run

name: Static Analysis
on: [push]
jobs:
static:
name: Static Tests
runs-on: ubuntu-latest
strategy:
matrix:
dependency-version: [prefer-lowest, prefer-stable]
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Setup PHP
uses: shivammathur/setup-php@v2
with:
php-version: 8.2
coverage: none
- name: Install Dependencies
run: composer update --prefer-stable --no-interaction --no-progress --ansi
- name: Style
run: composer test:lint