Skip to content

Commit

Permalink
instal lci
Browse files Browse the repository at this point in the history
  • Loading branch information
TomasVotruba committed Jan 29, 2024
1 parent fad6bf9 commit 9c92eed
Showing 1 changed file with 3 additions and 6 deletions.
9 changes: 3 additions & 6 deletions .github/workflows/bare_run.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,9 @@ jobs:
php_version: ['7.2', '7.3', '7.4', '8.0']

steps:
- uses: actions/checkout@v2

-
uses: shivammathur/setup-php@v3
- uses: shivammathur/setup-php@v2
with:
php-version: ${{ matrix.php_version }}
php-version: ${{ matrix.php }}
coverage: none

- run: php bin/easy-ci list --ansi
- run: composer require symplify/easy-ci --dev --ansi

0 comments on commit 9c92eed

Please sign in to comment.