Skip to content

Commit aaf089a

Browse files
committed
Fix yaml
1 parent a23301e commit aaf089a

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

.github/workflows/phpunit.yml

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
options: --health-cmd="mysqladmin ping" --health-interval=10s --health-timeout=10s --health-retries=10
1616
strategy:
1717
matrix:
18-
php-versions: ['5.6', '7.2', '7.3', '7.4']
18+
php-versions: ['5.6', '7.2', '7.3', '7.4', '8.0']
1919
steps:
2020
- name: Checkout
2121
uses: actions/checkout@v3
@@ -24,13 +24,13 @@ jobs:
2424
with:
2525
php-version: ${{ matrix.php-versions }}
2626
coverage: none
27-
tools: composer, phpunit-polyfills
27+
tools: composer, , phpunit-polyfills
2828
extensions: mysql
29-
- name: Install Composer dependencies for PHP
30-
uses: "ramsey/composer-install@v2"
31-
- name: Setup Test Environment
32-
run: composer setup-local-tests
33-
- name: Unit Testing
34-
run: composer phpunit
35-
env:
36-
PHP_VERSION: ${{ matrix.php-versions }}
29+
- name: Install Composer dependencies for PHP
30+
uses: "ramsey/composer-install@v2"
31+
- name: Setup Test Environment
32+
run: composer setup-local-tests
33+
- name: Unit Testing
34+
run: composer phpunit
35+
env:
36+
PHP_VERSION: ${{ matrix.php-versions }}

0 commit comments

Comments
 (0)