Skip to content

Commit

Permalink
Add ruby version
Browse files Browse the repository at this point in the history
  • Loading branch information
m3m0r7 committed Sep 24, 2023
1 parent 0b6e4dc commit d9c6079
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions .github/workflows/php.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,10 @@ jobs:
uses: shivammathur/setup-php@v2
with:
php-version: '8.2'
- name: Setup Ruby
uses: ruby/setup-ruby@ec02537da5712d66d4d50a0f33b7eb52773b5ed1
with:
ruby-version: '3.2'
- name: composer cache
uses: actions/cache@v3
with:
Expand All @@ -23,9 +27,6 @@ jobs:
- name: Run PHPStan
run: |
./composer.phar lint
- name: Run PHPStan
run: |
./composer.phar lint
- name: Run linter
run: |
./composer.phar lint:fix
Expand All @@ -37,6 +38,10 @@ jobs:
uses: shivammathur/setup-php@v2
with:
php-version: '8.2'
- name: Setup Ruby
uses: ruby/setup-ruby@ec02537da5712d66d4d50a0f33b7eb52773b5ed1
with:
ruby-version: '3.2'
- name: composer cache
uses: actions/cache@v3
with:
Expand Down

0 comments on commit d9c6079

Please sign in to comment.