Skip to content

Commit

Permalink
Update phpunit.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
liviuconcioiu authored and sgiehl committed Aug 19, 2024
1 parent 88cba36 commit 9e98fe0
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/phpunit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: PHPUnit
on:
pull_request:
push:
branches: [ master ]
branches: [master]

permissions:
actions: read
Expand Down Expand Up @@ -46,8 +46,8 @@ jobs:
extensions: memcached
- name: "Composer install"
run: |
composer install --ignore-platform-reqs
composer require doctrine/cache ~1.2 --ignore-platform-reqs
composer install
composer require doctrine/cache ~1.2
- name: PHPUnit / PHP ${{ matrix.php-version }}
run: |
php -v
Expand All @@ -59,7 +59,7 @@ jobs:
strategy:
matrix:
operating-system: [macOS-latest]
php-version: [ '7.2', '8.3' ]
php-version: ['7.2', '8.3']
steps:
- uses: actions/checkout@v2
- name: Install PHP
Expand All @@ -70,8 +70,8 @@ jobs:
extensions: memcached
- name: "Composer install"
run: |
composer install --ignore-platform-reqs
composer require doctrine/cache ~1.2 --ignore-platform-reqs
composer install
composer require doctrine/cache ~1.2
- name: PHPUnit / PHP ${{ matrix.php-version }}
run: |
php -v
Expand Down

0 comments on commit 9e98fe0

Please sign in to comment.