Skip to content

Merge pull request #874 from xabbuh/ci-1.8 #7

Merge pull request #874 from xabbuh/ci-1.8

Merge pull request #874 from xabbuh/ci-1.8 #7

Workflow file for this run

on:
- push
- pull_request
jobs:
phpunit:
runs-on: ubuntu-latest
strategy:
matrix:
include:
- '7.1'

Check failure on line 12 in .github/workflows/unit-tests.yaml

View workflow run for this annotation

GitHub Actions / .github/workflows/unit-tests.yaml

Invalid workflow file

The workflow is not valid. .github/workflows/unit-tests.yaml (Line: 12, Col: 23): Unexpected value '7.1' .github/workflows/unit-tests.yaml (Line: 13, Col: 23): Unexpected value '7.2'
- '7.2'
- '7.3'
- '7.4'
- '8.0'
- '8.1'
- '8.2'
- '8.3'
- '8.4'
steps:
- name: Checkout the source code
uses: actions/checkout@v4
- name: Set up PHP
uses: shivammathur/setup-php@v2
with:
php-version: '${{ matrix.php }}'
- name: Install dependencies
run: composer install
- name: Run tests
run: |
vendor/bin/phpunit
vendor/bin/phpunit test/CommonMarkTestWeak.php || true