Skip to content

Commit

Permalink
Merge pull request #173 from php-translation/ci-php
Browse files Browse the repository at this point in the history
Drop PHP 7.x-8.0, add PHP 8.1-8.3 support
  • Loading branch information
bocharsky-bw committed Jan 30, 2024
2 parents 09ad2f3 + 5fe4c9f commit d26fba7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 7 deletions.
7 changes: 1 addition & 6 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,14 +10,9 @@ jobs:
strategy:
fail-fast: false
matrix:
php: [ '7.2', '7.3', '7.4', '8.0', '8.1' ]
php: [ '8.1', '8.2', '8.3' ]
strategy: [ 'highest' ]
sf_version: ['']
include:
- php: 7.4
strategy: 'lowest'
- php: 7.3
sf_version: '4.*'

steps:
- name: Checkout code
Expand Down
2 changes: 1 addition & 1 deletion phpunit.xml.dist
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@

<php>
<env name="SYMFONY_PHPUNIT_VERSION" value="8.5" />
<env name="SYMFONY_DEPRECATIONS_HELPER" value="verbose=1" />
<env name="SYMFONY_DEPRECATIONS_HELPER" value="verbose=1&amp;max[direct]=2" />
</php>

<listeners>
Expand Down

0 comments on commit d26fba7

Please sign in to comment.