Skip to content

Commit 69330d0

Browse files
committed
Update ci.yml
1 parent de83d23 commit 69330d0

File tree

1 file changed

+15
-1
lines changed

1 file changed

+15
-1
lines changed

.github/workflows/ci.yml

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: CI
33
on: [push]
44

55
jobs:
6-
build-7.4:
6+
build-php-7-4:
77
runs-on: ubuntu-latest
88

99
steps:
@@ -16,4 +16,18 @@ jobs:
1616
configuration: tests/phpunit.xml
1717
args: --coverage-text
1818
php_version: 7.4
19+
version: 9.5.0
20+
build-php-8-0:
21+
runs-on: ubuntu-latest
22+
23+
steps:
24+
- uses: actions/checkout@v2
25+
- uses: php-actions/composer@master
26+
- name: PHPUnit Tests
27+
uses: php-actions/phpunit@dynamic-docker
28+
with:
29+
bootstrap: vendor/autoload.php
30+
configuration: tests/phpunit.xml
31+
args: --coverage-text
32+
php_version: 8.0
1933
version: 9.5.0

0 commit comments

Comments
 (0)