Skip to content

Commit

Permalink
Update ci.yaml (#63)
Browse files Browse the repository at this point in the history
  • Loading branch information
fre5h authored May 31, 2024
1 parent 26cabfa commit 8133e18
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 @@ -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 @@ -95,9 +95,10 @@ jobs:
fail-fast: false
matrix:
php-version:
- '8.2'
- '8.3'
symfony-version:
- '7.0'
- '7.1'
steps:
- name: 'Checkout Code'
uses: actions/checkout@v4
Expand Down Expand Up @@ -130,7 +131,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 8133e18

Please sign in to comment.