Skip to content

ci: 8.3 #6013

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Dec 7, 2023
Merged

ci: 8.3 #6013

Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
41 changes: 25 additions & 16 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
strategy:
matrix:
php:
- '8.2'
- '8.3'
fail-fast: false
steps:
- name: Checkout
Expand All @@ -61,7 +61,7 @@ jobs:
strategy:
matrix:
php:
- '8.2'
- '8.3'
fail-fast: false
env:
APP_DEBUG: '1' # https://github.com/phpstan/phpstan-symfony/issues/37
Expand Down Expand Up @@ -120,11 +120,14 @@ jobs:
php:
- '8.1'
- '8.2'
- '8.3'
include:
- php: '8.1'
coverage: true
- php: '8.2'
coverage: true
- php: '8.3'
coverage: true
fail-fast: false
steps:
- name: Checkout
Expand Down Expand Up @@ -189,6 +192,7 @@ jobs:
php:
- '8.1'
- '8.2'
- '8.3'
component:
- JsonSchema
- OpenApi
Expand Down Expand Up @@ -224,11 +228,14 @@ jobs:
php:
- '8.1'
- '8.2'
- '8.3'
include:
- php: '8.1'
coverage: true
- php: '8.2'
coverage: true
- php: '8.3'
coverage: true
fail-fast: false
steps:
- name: Checkout
Expand Down Expand Up @@ -321,7 +328,7 @@ jobs:
strategy:
matrix:
php:
- '8.2'
- '8.3'
fail-fast: false
env:
APP_ENV: postgres
Expand Down Expand Up @@ -370,7 +377,7 @@ jobs:
strategy:
matrix:
php:
- '8.2'
- '8.3'
fail-fast: false
services:
mysql:
Expand Down Expand Up @@ -421,6 +428,7 @@ jobs:
php:
- '8.1'
- '8.2'
- '8.3'
fail-fast: false
env:
APP_ENV: mongodb
Expand Down Expand Up @@ -508,6 +516,7 @@ jobs:
php:
- '8.1'
- '8.2'
- '8.3'
fail-fast: false
env:
APP_ENV: mercure
Expand Down Expand Up @@ -596,7 +605,7 @@ jobs:
strategy:
matrix:
php:
- '8.2'
- '8.3'
fail-fast: false
env:
APP_ENV: elasticsearch
Expand Down Expand Up @@ -647,7 +656,7 @@ jobs:
strategy:
matrix:
php:
- '8.2'
- '8.3'
fail-fast: false
env:
APP_ENV: elasticsearch
Expand Down Expand Up @@ -697,7 +706,7 @@ jobs:
strategy:
matrix:
php:
- '8.2'
- '8.3'
fail-fast: false
steps:
- name: Checkout
Expand Down Expand Up @@ -735,7 +744,7 @@ jobs:
strategy:
matrix:
php:
- '8.2'
- '8.3'
fail-fast: false
steps:
- name: Checkout
Expand Down Expand Up @@ -778,7 +787,7 @@ jobs:
strategy:
matrix:
php:
- '8.2'
- '8.3'
fail-fast: false
steps:
- name: Checkout
Expand Down Expand Up @@ -822,7 +831,7 @@ jobs:
strategy:
matrix:
php:
- '8.2'
- '8.3'
fail-fast: false
env:
APP_ENV: sqlite
Expand Down Expand Up @@ -866,7 +875,7 @@ jobs:
strategy:
matrix:
php:
- '8.2'
- '8.3'
fail-fast: false
env:
APP_ENV: sqlite
Expand Down Expand Up @@ -908,7 +917,7 @@ jobs:
strategy:
matrix:
php:
- '8.2'
- '8.3'
fail-fast: false
steps:
- name: Checkout
Expand Down Expand Up @@ -950,7 +959,7 @@ jobs:
strategy:
matrix:
php:
- '8.2'
- '8.3'
fail-fast: false
steps:
- name: Checkout
Expand Down Expand Up @@ -994,9 +1003,9 @@ jobs:
strategy:
matrix:
php:
- '8.2'
- '8.3'
include:
- php: '8.2'
- php: '8.3'
coverage: true
fail-fast: false
steps:
Expand Down Expand Up @@ -1071,7 +1080,7 @@ jobs:
strategy:
matrix:
php:
- '8.2'
- '8.3'
fail-fast: false
steps:
- name: Checkout
Expand Down