Skip to content

Commit

Permalink
Merge pull request #6 from tacman/update-tests
Browse files Browse the repository at this point in the history
bump tests to Symfony 7.2
  • Loading branch information
yann-eugone authored Dec 2, 2024
2 parents 99db05d + 4fbe36b commit c9c93da
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,11 @@ jobs:
- php-version: '8.4'
symfony-version: '6.4.*'
- php-version: '8.2'
symfony-version: '7.1.*'
symfony-version: '7.2.*'
- php-version: '8.3'
symfony-version: '7.1.*'
symfony-version: '7.2.*'
- php-version: '8.4'
symfony-version: '7.1.*'
symfony-version: '7.2.*'
steps:
- name: "Checkout"
uses: actions/checkout@v2
Expand All @@ -45,7 +45,7 @@ jobs:
uses: ./.github/actions/install
with:
php-version: '8.3'
symfony-version: '7.1.*'
symfony-version: '7.2.*'
- name: "Run checkstyle with symplify/easy-coding-standard"
run: vendor/bin/ecs

Expand All @@ -60,7 +60,7 @@ jobs:
uses: ./.github/actions/install
with:
php-version: '8.4'
symfony-version: '7.1.*'
symfony-version: '7.2.*'
coverage-mode: 'xdebug'
- name: "Run tests with phpunit/phpunit"
env:
Expand Down

0 comments on commit c9c93da

Please sign in to comment.