diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index cb4800e..35ed09b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -13,7 +13,7 @@ permissions: jobs: php-test-7_4: - name: phpunit 7.4 + name: php 7.4 runs-on: 'ubuntu-latest' steps: - uses: actions/checkout@v2 @@ -31,7 +31,7 @@ jobs: - name: Run PHPUnit run: php ./vendor/bin/phpunit php-test-7_4-with-parser-4: - name: phpunit 7.4 with parser v4 + name: php 7.4 with parser v4 runs-on: 'ubuntu-latest' steps: - uses: actions/checkout@v2 @@ -51,7 +51,7 @@ jobs: - name: Run PHPUnit run: php ./vendor/bin/phpunit php-test-8_0: - name: phpunit 8.0 + name: php 8.0 runs-on: 'ubuntu-latest' steps: - uses: actions/checkout@v2 @@ -70,7 +70,7 @@ jobs: run: php ./vendor/bin/phpunit php-test-8_1: - name: phpunit 8.1 + name: php 8.1 runs-on: 'ubuntu-latest' steps: - uses: actions/checkout@v2 @@ -88,7 +88,7 @@ jobs: - name: Run PHPUnit run: php ./vendor/bin/phpunit php-test-8_2: - name: phpunit 8.2 + name: php 8.2 runs-on: 'ubuntu-latest' steps: - uses: actions/checkout@v2