Skip to content

Commit 9885db6

Browse files
committed
Still use 7.3 for lowest deps test
1 parent bd01ba0 commit 9885db6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
- name: Set up PHP
4040
uses: shivammathur/setup-php@2.1.0
4141
with:
42-
php-version: 8.0
42+
php-version: 7.3
4343
coverage: none
4444

4545
- name: Checkout code
@@ -53,5 +53,5 @@ jobs:
5353

5454
- name: Run tests
5555
env:
56-
PHP_VERSION: 8.0
56+
PHP_VERSION: 7.3
5757
run: ./vendor/bin/phpunit

0 commit comments

Comments
 (0)