Skip to content

Commit

Permalink
fix: set to v9
Browse files Browse the repository at this point in the history
  • Loading branch information
wilr committed May 21, 2024
1 parent 564bdae commit 5f080a5
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,7 @@ jobs:
steps:
- uses: actions/checkout@v3
- uses: php-actions/composer@v6 # or alternative dependency management
- uses: php-actions/phpunit@v3
- name: PHPUnit tests
uses: php-actions/phpunit@v3
with:
version: "9"

0 comments on commit 5f080a5

Please sign in to comment.