Skip to content

Commit

Permalink
Merge pull request #19 from ebanx/update-php-version-in-workflows
Browse files Browse the repository at this point in the history
Update php version
  • Loading branch information
killertux authored May 5, 2022
2 parents 52ca239 + 83f6a56 commit 39213ad
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,12 +19,12 @@ jobs:
args: --no-check-publish --no-check-version --strict
- uses: php-actions/composer@v5
with:
php_version: 7.1
php_version: 7.4
version: 2
progress: yes
- name: PHPUnit Tests
uses: php-actions/phpunit@v2
with:
configuration: test/phpunit.xml
php_version: 7.1
php_version: 7.4
version: 7.5

0 comments on commit 39213ad

Please sign in to comment.