Skip to content

Commit

Permalink
Missed check in config
Browse files Browse the repository at this point in the history
  • Loading branch information
trowski committed Feb 13, 2024
1 parent 8672d87 commit 40c80bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,6 @@ jobs:
uses: shivammathur/setup-php@v2
with:
php-version: ${{ matrix.php-version }}
extensions: fiber-amphp/ext-fiber@master

- name: Fix OpenSSL config
shell: bash
Expand Down Expand Up @@ -100,6 +99,7 @@ jobs:
env:
PHP_CS_FIXER_IGNORE_ENV: 1
run: vendor/bin/php-cs-fixer --diff --dry-run -v fix
if: runner.os != 'Windows' && matrix.style-fix != 'none'

- name: Install composer-require-checker
run: php -r 'file_put_contents("composer-require-checker.phar", file_get_contents("https://github.com/maglnet/ComposerRequireChecker/releases/download/4.2.0/composer-require-checker.phar"));'
Expand Down

0 comments on commit 40c80bd

Please sign in to comment.