Skip to content

Commit

Permalink
Fix GitHub workflow (#13)
Browse files Browse the repository at this point in the history
* Fix GitHub workflow

* Use composer v2.2 to support php 7.1

* Use composer 2.2.23
  • Loading branch information
aivus authored Mar 18, 2024
1 parent f8ababf commit d227bbb
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/symfony.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,15 +19,17 @@ jobs:
symfony-tests:
runs-on: ${{ matrix.operating-system }}
strategy:
fail-fast: false
matrix:
operating-system: [ 'ubuntu-latest' ]
php-versions: [ '7.1', '7.2', '7.3', '7.4', '8.0', '8.1', '8.2', '8.3' ]
phpunit-versions: [ 'latest' ]
steps:
- name: Setup PHP
uses: shivammathur/setup-php@v2
uses: auto1-oss/setup-php@v2
with:
php-version: ${{ matrix.php-versions }}
tools: composer:2.2.23
extensions: mbstring, intl
ini-values: post_max_size=256M, max_execution_time=180
coverage: xdebug
Expand Down

0 comments on commit d227bbb

Please sign in to comment.