Skip to content

Commit

Permalink
Update ci.yaml (#9)
Browse files Browse the repository at this point in the history
  • Loading branch information
fre5h committed May 31, 2024
1 parent d7edcd2 commit e6f77e5
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,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 @@ -50,7 +50,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 @@ -75,7 +75,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 @@ -99,6 +99,7 @@ jobs:
- '8.3'
symfony-version:
- '7.0'
- '7.1'
steps:
- name: 'Checkout Code'
uses: actions/checkout@v4
Expand Down Expand Up @@ -133,7 +134,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 e6f77e5

Please sign in to comment.