Skip to content

Fix PHP highlighting for PHP ≥ 8.3 (GH-156) #247

Fix PHP highlighting for PHP ≥ 8.3 (GH-156)

Fix PHP highlighting for PHP ≥ 8.3 (GH-156) #247

Workflow file for this run

name: Smoke test
on: [push, pull_request]
jobs:
ubuntu:
strategy:
matrix:
version: ['8.0', '8.1', '8.2', '8.3']
runs-on: ubuntu-latest
steps:
- name: Checkout PhD
uses: actions/checkout@v2
- name: Setup PHP
uses: shivammathur/setup-php@v2
with:
php-version: ${{matrix.version}}
- name: List packages and formats
run: php render.php --list