Skip to content

Commit 3bdf170

Browse files
committed
supported php8
1 parent 459302d commit 3bdf170

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
strategy:
99
max-parallel: 5
1010
matrix:
11-
php-versions: [ '7.0', '7.1', '7.2', '7.3', '7.4' ]
11+
php-versions: [ '7.0', '7.1', '7.2', '7.3', '7.4', '8.0', '8.1', '8.2' ]
1212

1313
steps:
1414
- uses: actions/checkout@v1
@@ -17,4 +17,4 @@ jobs:
1717
composer install
1818
- name: phpunit
1919
run: |
20-
composer test
20+
composer test

0 commit comments

Comments
 (0)