Skip to content

Commit de83d23

Browse files
committed
Update ci.yml
1 parent 14b4f9f commit de83d23

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

.github/workflows/ci.yml

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -3,17 +3,17 @@ name: CI
33
on: [push]
44

55
jobs:
6-
build-test:
6+
build-7.4:
77
runs-on: ubuntu-latest
88

99
steps:
1010
- uses: actions/checkout@v2
11-
- uses: php-actions/composer@v5
12-
- uses: php-actions/composer@dynamic-docker
13-
14-
- name: PHPUnit Tests
15-
uses: php-actions/phpunit@dynamic-docker
16-
with:
17-
bootstrap: vendor/autoload.php
18-
configuration: tests/phpunit.xml
19-
args: --coverage-text
11+
- uses: php-actions/composer@master
12+
- name: PHPUnit Tests
13+
uses: php-actions/phpunit@dynamic-docker
14+
with:
15+
bootstrap: vendor/autoload.php
16+
configuration: tests/phpunit.xml
17+
args: --coverage-text
18+
php_version: 7.4
19+
version: 9.5.0

0 commit comments

Comments
 (0)