Skip to content

Commit ff0e476

Browse files
authored
.
1 parent 2b011a0 commit ff0e476

File tree

1 file changed

+11
-2
lines changed

1 file changed

+11
-2
lines changed

.github/workflows/test.yml

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,16 @@ jobs:
1616

1717
strategy:
1818
matrix:
19-
php-versions: ['5.5', '5.6', '7.0', '7.1', '7.2', '8.0', '8.1', '8.2', '8.3']
19+
php-versions:
20+
- '5.5'
21+
- '5.6'
22+
- '7.0'
23+
- '7.1'
24+
- '7.2'
25+
# - '8.0'
26+
# - '8.1'
27+
# - '8.2'
28+
# - '8.3'
2029

2130
steps:
2231
- uses: actions/checkout@v4
@@ -45,7 +54,7 @@ jobs:
4554
- name: Run the unit tests
4655
run: |
4756
vendor/bin/phpunit --version
48-
vendor/bin/phpunit --testdox
57+
vendor/bin/phpunit
4958
services:
5059
redis:
5160
image: redis:7.4

0 commit comments

Comments
 (0)