Skip to content

Commit

Permalink
Merge pull request #4 from tacman/patch-1
Browse files Browse the repository at this point in the history
Update tests.yml to latest Symfony and PHP
  • Loading branch information
yann-eugone authored Dec 2, 2024
2 parents f125009 + a5f07a8 commit 05ccf1d
Showing 1 changed file with 8 additions and 6 deletions.
14 changes: 8 additions & 6 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,14 @@ jobs:
include:
- php-version: '8.1'
symfony-version: '6.4.*'
- php-version: '8.3'
- php-version: '8.4'
symfony-version: '6.4.*'
- php-version: '8.2'
symfony-version: '7.0.*'
symfony-version: '7.1.*'
- php-version: '8.3'
symfony-version: '7.0.*'
symfony-version: '7.1.*'
- php-version: '8.4'
symfony-version: '7.1.*'
steps:
- name: "Checkout"
uses: actions/checkout@v2
Expand All @@ -42,7 +44,7 @@ jobs:
uses: ./.github/actions/install
with:
php-version: '8.3'
symfony-version: '7.0.*'
symfony-version: '7.1.*'
- name: "Run checkstyle with symplify/easy-coding-standard"
run: vendor/bin/ecs

Expand All @@ -56,8 +58,8 @@ jobs:
- name: "Setup env & install dependencies"
uses: ./.github/actions/install
with:
php-version: '8.3'
symfony-version: '7.0.*'
php-version: '8.4'
symfony-version: '7.1.*'
coverage-mode: 'xdebug'
- name: "Run tests with phpunit/phpunit"
env:
Expand Down

0 comments on commit 05ccf1d

Please sign in to comment.