Skip to content

Commit

Permalink
Update testing.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
kekefreedog committed Feb 24, 2024
1 parent 7413c7a commit 13ab678
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,10 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: php-actions/composer@v6
- name: Install dependencies
uses: php-actions/composer@v6
with:
php_version: 8.3
- name: PHPUnit Tests
uses: php-actions/phpunit@master
with:
Expand Down

0 comments on commit 13ab678

Please sign in to comment.