Skip to content

Commit 2e26e82

Browse files
committed
Bump Symfony supported versions
1 parent c644a08 commit 2e26e82

2 files changed

Lines changed: 8 additions & 8 deletions

File tree

.github/workflows/test.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ env:
99
jobs:
1010
phpunit-tests:
1111
name: "PHPUnit tests"
12-
runs-on: "ubuntu-20.04"
12+
runs-on: "ubuntu-24.04"
1313

1414
strategy:
1515
matrix:
@@ -20,7 +20,7 @@ jobs:
2020

2121
steps:
2222
- name: "Checkout"
23-
uses: "actions/checkout@v2"
23+
uses: "actions/checkout@v4"
2424
with:
2525
fetch-depth: 2
2626

@@ -32,7 +32,7 @@ jobs:
3232
ini-values: "zend.assertions=1"
3333

3434
- name: "Cache dependencies installed with composer"
35-
uses: "actions/cache@v2"
35+
uses: "actions/cache@v4"
3636
with:
3737
path: "~/.composer/cache"
3838
key: "php-${{ matrix.php-version }}-composer-locked-${{ hashFiles('composer.lock') }}"

composer.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -20,17 +20,17 @@
2020
],
2121
"require": {
2222
"php": ">=8.1.0",
23-
"symfony/framework-bundle": "^6.4|^7.0|^7.1",
24-
"symfony/property-access": "^6.4|^7.0|^7.1",
25-
"symfony/translation": "^6.4|^7.0|^7.1",
26-
"symfony/yaml": "^6.4|^7.0|^7.1",
23+
"symfony/framework-bundle": "~6.4|~7.0",
24+
"symfony/property-access": "~6.4|~7.0",
25+
"symfony/translation": "~6.4|~7.0",
26+
"symfony/yaml": "~6.4|~7.0",
2727
"twig/twig": "^2.10|^3.0"
2828
},
2929
"require-dev": {
3030
"mockery/mockery": "^1.3",
3131
"phpunit/php-code-coverage": "10.1.16",
3232
"phpunit/phpunit": "10.5.30",
33-
"symfony/dependency-injection": "^6.4|^7.0|^7.1",
33+
"symfony/dependency-injection": "~6.4|~7.0",
3434
"symfony/monolog-bundle": "^3.7"
3535
},
3636
"autoload": {

0 commit comments

Comments
 (0)