Skip to content

Commit fee08bc

Browse files
committed
Try to fix CI
1 parent 53c4b4a commit fee08bc

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,13 +11,13 @@ jobs:
1111
name: PHP-CS-Fixer
1212
runs-on: ubuntu-latest
1313
steps:
14-
- uses: actions/checkout@v2
14+
- uses: actions/checkout@v4
1515
- name: PHP-CS-Fixer
1616
uses: docker://oskarstark/php-cs-fixer-ga
1717

1818
build:
1919
name: Build
20-
runs-on: Ubuntu-20.04
20+
runs-on: Ubuntu-22.04
2121
strategy:
2222
fail-fast: false
2323
matrix:
@@ -50,7 +50,7 @@ jobs:
5050

5151
steps:
5252
- name: Set up PHP
53-
uses: shivammathur/setup-php@2
53+
uses: shivammathur/setup-php@v2
5454
with:
5555
php-version: ${{ matrix.php }}
5656
coverage: none

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
"symfony/http-kernel": "^5.4|^6.4|^7.0"
2222
},
2323
"require-dev": {
24-
"matthiasnoback/symfony-dependency-injection-test": "^5.1",
24+
"matthiasnoback/symfony-dependency-injection-test": "^4.3|^5.1",
2525
"symfony/framework-bundle": "^5.4|^6.4|^7.0",
2626
"symfony/phpunit-bridge": "^5.3|^6.0|^7.0",
2727
"twig/twig": "^1.32|^2.4|^3.0",

0 commit comments

Comments
 (0)