Skip to content

Commit

Permalink
Update ci.yaml (#15)
Browse files Browse the repository at this point in the history
  • Loading branch information
fre5h authored May 31, 2024
1 parent 529ba90 commit af4dbb4
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
- name: 'Setup PHP'
uses: shivammathur/setup-php@v2
with:
php-version: 8.2
php-version: 8.3
ini-values: memory_limit=-1
coverage: none
tools: composer:v2
Expand All @@ -37,7 +37,7 @@ jobs:
- name: 'Setup PHP'
uses: shivammathur/setup-php@v2
with:
php-version: 8.2
php-version: 8.3
ini-values: memory_limit=-1
coverage: none
tools: composer:v2
Expand All @@ -58,7 +58,7 @@ jobs:
- name: 'Setup PHP'
uses: shivammathur/setup-php@v2
with:
php-version: 8.2
php-version: 8.3
ini-values: memory_limit=-1
coverage: none
tools: composer:v2
Expand All @@ -83,7 +83,7 @@ jobs:
- name: 'Setup PHP'
uses: shivammathur/setup-php@v2
with:
php-version: 8.2
php-version: 8.3
ini-values: memory_limit=-1
coverage: none
tools: composer:v2
Expand All @@ -107,6 +107,7 @@ jobs:
- '8.3'
symfony-version:
- '7.0'
- '7.1'
steps:
- name: 'Checkout Code'
uses: actions/checkout@v4
Expand Down Expand Up @@ -141,7 +142,7 @@ jobs:
- name: 'Setup PHP'
uses: shivammathur/setup-php@v2
with:
php-version: 8.2
php-version: 8.3
ini-values: memory_limit=-1
coverage: pcov
tools: composer:v2
Expand Down

0 comments on commit af4dbb4

Please sign in to comment.