Skip to content

Commit e704b47

Browse files
committed
Update test.yml
1 parent e6dcef4 commit e704b47

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,12 +9,12 @@ jobs:
99
- name: Install dependencies
1010
uses: php-actions/composer@v6
1111
with:
12-
php_version: '7.2'
12+
php_version: '7.3'
1313

1414
- name: PHPUnit Tests
1515
uses: php-actions/phpunit@v3
1616
with:
17-
php_version: '7.2'
17+
php_version: '7.3'
1818
version: 8
1919

2020
- run: phpunit

0 commit comments

Comments
 (0)