Skip to content

Commit a06c42e

Browse files
authored
Merge pull request #18 from higidi/test_against_sf_54
FEATURE: Test with symfony 5.4 (instead of 5.3)
2 parents 1c6e271 + 69a4f69 commit a06c42e

File tree

2 files changed

+4
-6
lines changed

2 files changed

+4
-6
lines changed

.github/workflows/continuous-integration.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
- "stable"
2828
symfony-require:
2929
- "4.4.*"
30-
- "5.3.*"
30+
- "5.4.*"
3131
symfony-deprecations-helper:
3232
- ""
3333
include:
@@ -48,9 +48,7 @@ jobs:
4848
if: "${{ matrix.php-version != '7.1' }}"
4949
with:
5050
php-version: "${{ matrix.php-version }}"
51-
52-
- name: "Globally install symfony/flex"
53-
run: "composer global require --no-progress --no-scripts --no-plugins symfony/flex"
51+
tools: composer,flex
5452

5553
- name: "Enforce using stable dependencies"
5654
run: "composer config minimum-stability stable"

composer.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@
2323
"require-dev": {
2424
"neutron/temporary-filesystem": "^2.3",
2525
"phpunit/phpunit": "^7.5",
26-
"symfony/framework-bundle": "^4.4|^5.3",
27-
"symfony/phpunit-bridge": "^5.2|^6"
26+
"symfony/framework-bundle": "^4.4|^5.4",
27+
"symfony/phpunit-bridge": "^4.4|^5.4"
2828
},
2929
"autoload": {
3030
"psr-4": {

0 commit comments

Comments
 (0)