Skip to content

Commit

Permalink
Update tests.yml to latest Symfony and PHP
Browse files Browse the repository at this point in the history
PHP 8.4 just came out.  Symfony 7.1 is current, but next week it will be 7.2.
  • Loading branch information
tacman authored Nov 24, 2024
1 parent f125009 commit a5f07a8
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 a5f07a8

Please sign in to comment.