Skip to content

Commit b00e425

Browse files
committed
minor #44 Fix CI config (tgalopin)
This PR was merged into the main branch. Discussion ---------- Fix CI config | Q | A | ------------- | --- | Bug fix? | no | New feature? | no | Tickets | ... | License | MIT Fix php-cs CI config Commits ------- b820334 Fix CI config
2 parents bb79ba1 + b820334 commit b00e425

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/test.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,9 @@ jobs:
1111
runs-on: ubuntu-latest
1212
steps:
1313
- uses: actions/checkout@master
14+
- uses: shivammathur/setup-php@v2
15+
with:
16+
php-version: '7.4'
1417
- name: php-cs-fixer
1518
run: |
1619
wget https://github.com/FriendsOfPHP/PHP-CS-Fixer/releases/download/v2.16.1/php-cs-fixer.phar -q

0 commit comments

Comments
 (0)