Skip to content

Commit

Permalink
Add support for Symfony 7.2
Browse files Browse the repository at this point in the history
  • Loading branch information
fre5h authored Dec 5, 2024
1 parent afb7f7b commit 9aedc54
Showing 1 changed file with 8 additions and 5 deletions.
13 changes: 8 additions & 5 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- name: 'Setup PHP'
uses: shivammathur/setup-php@v2
with:
php-version: 8.2
php-version: 8.4
ini-values: memory_limit=-1
coverage: none
tools: composer:v2
Expand All @@ -36,7 +36,7 @@ jobs:
- name: 'Setup PHP'
uses: shivammathur/setup-php@v2
with:
php-version: 8.2
php-version: 8.4
ini-values: memory_limit=-1
coverage: none
tools: composer:v2
Expand All @@ -57,7 +57,7 @@ jobs:
- name: 'Setup PHP'
uses: shivammathur/setup-php@v2
with:
php-version: 8.2
php-version: 8.4
ini-values: memory_limit=-1
coverage: none
tools: composer:v2
Expand All @@ -82,7 +82,7 @@ jobs:
- name: 'Setup PHP'
uses: shivammathur/setup-php@v2
with:
php-version: 8.2
php-version: 8.4
ini-values: memory_limit=-1
coverage: none
tools: composer:v2
Expand All @@ -103,9 +103,12 @@ jobs:
matrix:
php-version:
- '8.2'
- '8.3'
- '8.4'
symfony-version:
- '7.0'
- '7.1'
- '7.2'
steps:
- name: 'Checkout Code'
uses: actions/checkout@v4
Expand Down Expand Up @@ -140,7 +143,7 @@ jobs:
- name: 'Setup PHP'
uses: shivammathur/setup-php@v2
with:
php-version: 8.2
php-version: 8.4
ini-values: memory_limit=-1
coverage: pcov
tools: composer:v2
Expand Down

0 comments on commit 9aedc54

Please sign in to comment.