Skip to content

Commit

Permalink
Set php version
Browse files Browse the repository at this point in the history
  • Loading branch information
Michel Escalante Álvarez committed Mar 19, 2024
1 parent 8c11157 commit 6b98679
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/phpunit.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: CI
name: phpunit
on: push
jobs:
build-test:
Expand All @@ -7,4 +7,8 @@ jobs:
steps:
- uses: actions/checkout@v3
- uses: php-actions/composer@v6 # or alternative dependency management
- uses: php-actions/phpunit@v3
- uses: php-actions/phpunit@v3
with:
php_version: "7.2"
configuration: "phpunit.xml"

0 comments on commit 6b98679

Please sign in to comment.