Skip to content

Commit

Permalink
upgrade nikic/php-parser to 5 version
Browse files Browse the repository at this point in the history
  • Loading branch information
bpteam committed Jul 18, 2024
1 parent d15b694 commit 4b9f2d8
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand All @@ -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
Expand All @@ -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
Expand All @@ -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
Expand Down

0 comments on commit 4b9f2d8

Please sign in to comment.