2023-09-08 23:34:02 +00:00
|
|
|
name: PHPUnit
|
2022-12-03 17:49:16 +00:00
|
|
|
on: push
|
2022-11-30 14:55:35 +00:00
|
|
|
jobs:
|
2023-09-08 23:34:02 +00:00
|
|
|
phpunit:
|
2022-11-30 14:55:35 +00:00
|
|
|
runs-on: ubuntu-latest
|
|
|
|
steps:
|
|
|
|
- uses: actions/checkout@v3
|
|
|
|
- uses: php-actions/composer@v6
|
|
|
|
with:
|
2022-11-30 15:04:02 +00:00
|
|
|
dev: yes
|
2023-09-08 01:19:39 +00:00
|
|
|
- uses: php-actions/phpunit@v3
|
2023-09-08 23:30:18 +00:00
|
|
|
with:
|
|
|
|
version: 9
|