Skip to content

Commit

Permalink
Fix PHP version
Browse files Browse the repository at this point in the history
  • Loading branch information
coudot committed Sep 15, 2023
1 parent 1bfc1cb commit 3615ce2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ jobs:
steps:
- uses: actions/checkout@v3
- uses: php-actions/composer@v6
with:
php_version: "7.4"
- name: PHPUnit Tests for php7.4
uses: php-actions/phpunit@v3
with:
Expand Down

0 comments on commit 3615ce2

Please sign in to comment.