Skip to content

Commit d8215c2

Browse files
committed
[TASK] Run the unit tests with all supported PHP versions
1 parent fa25b35 commit d8215c2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
strategy:
4242
fail-fast: false
4343
matrix:
44-
php-version: [ '5.6', '7.0', '7.1', '7.2', '7.3', '7.4' ]
44+
php-version: [ '5.6', '7.0', '7.1', '7.2', '7.3', '7.4', '8.0', '8.1', '8.2', '8.3', '8.4' ]
4545

4646
steps:
4747
- name: Checkout

0 commit comments

Comments
 (0)