Skip to content

Commit

Permalink
chore: add testrun for php 8.4 (#118)
Browse files Browse the repository at this point in the history
Co-authored-by: Christopher Georg <[email protected]>
  • Loading branch information
Chris53897 and Chris8934 authored Mar 31, 2024
1 parent 5a08a6f commit d7ad589
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/code_checks.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,9 @@ jobs:
- php: '8.3'
symfony-version: 7.0.*
stability: prefer-stable
- php: '8.4'
symfony-version: 7.0.*
stability: prefer-stable

name: PHP ${{ matrix.php }} - ${{ matrix.symfony-version }} - ${{ matrix.stability }}
steps:
Expand Down Expand Up @@ -59,7 +62,7 @@ jobs:
#- uses: actions/checkout@v4
#- uses: shivammathur/setup-php@v2
#with:
#php-version: 8.2
#php-version: 8.3
#coverage: none # disable xdebug, pcov
#- run: composer install --no-progress
#- run: composer cscheck
Expand All @@ -71,7 +74,7 @@ jobs:
#- uses: actions/checkout@v4
#- uses: shivammathur/setup-php@v2
#with:
#php-version: 8.2
#php-version: 8.3
#coverage: none # disable xdebug, pcov
#- run: composer install --no-progress
#- run: composer phpstan

0 comments on commit d7ad589

Please sign in to comment.