Skip to content
Merged
Show file tree
Hide file tree
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
6 changes: 3 additions & 3 deletions .github/workflows/static-analysis.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:
branches:
- master
- develop
- 3.5.x
- release/**

jobs:
php-cs-fixer:
Expand Down Expand Up @@ -37,7 +37,7 @@ jobs:
- name: Setup PHP
uses: shivammathur/setup-php@v2
with:
php-version: '8.1'
php-version: '8.2'

- name: Install dependencies
run: composer update --no-progress --no-interaction --prefer-dist
Expand All @@ -55,7 +55,7 @@ jobs:
- name: Setup PHP
uses: shivammathur/setup-php@v2
with:
php-version: '8.1'
php-version: '8.2'

- name: Install dependencies
run: composer update --no-progress --no-interaction --prefer-dist
Expand Down
4 changes: 3 additions & 1 deletion .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ on:
- master
- develop
- release/**
- 3.5.x

jobs:
tests:
Expand All @@ -24,6 +23,7 @@ jobs:
- '7.4'
- '8.0'
- '8.1'
- '8.2'
symfony-version:
- 4.4.*
- 5.*
Expand Down Expand Up @@ -101,6 +101,8 @@ jobs:
symfony-version: 4.4.*
- php: '8.1'
dependencies: highest
- php: '8.2'
dependencies: highest

steps:
- name: Checkout
Expand Down