Skip to content

Commit ee7babd

Browse files
committed
Fix CI
1 parent 077b6b8 commit ee7babd

2 files changed

Lines changed: 7 additions & 9 deletions

File tree

.github/workflows/ci.yml

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,7 @@ jobs:
1313
php: ['8.4']
1414
sf_version: ['8.0.*']
1515
include:
16-
- php: '8.0'
17-
sf_version: '5.4.*'
18-
- php: '8.1'
16+
- php: '8.2'
1917
sf_version: '6.4.*'
2018
- php: '8.2'
2119
sf_version: '7.4.*'
@@ -49,7 +47,7 @@ jobs:
4947
- name: Set up PHP
5048
uses: shivammathur/setup-php@2.7.0
5149
with:
52-
php-version: 8.0
50+
php-version: 8.2
5351
coverage: pcov
5452

5553
- name: Checkout code
@@ -60,5 +58,5 @@ jobs:
6058

6159
- name: Run tests
6260
env:
63-
PHP_VERSION: '8.0'
61+
PHP_VERSION: '8.2'
6462
run: ./vendor/bin/phpunit -v --coverage-text

composer.json

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -35,10 +35,10 @@
3535
"mnapoli/hard-mode": "^0.3.0",
3636
"phpstan/phpstan": "^1.3",
3737
"phpunit/phpunit": "^8.5.22",
38-
"symfony/config": "^5.4|^6.0|^7.0",
39-
"symfony/framework-bundle": "^5.4|^6.0|^7.0",
40-
"symfony/phpunit-bridge": "^6.0|^7.0",
41-
"symfony/process": "^5.4|^6.0|^7.0"
38+
"symfony/config": "^5.4|^6.0|^7.0|^8.0",
39+
"symfony/framework-bundle": "^5.4|^6.0|^7.0|^8.0",
40+
"symfony/phpunit-bridge": "^6.0|^7.0|^8.0",
41+
"symfony/process": "^5.4|^6.0|^7.0|^8.0"
4242
},
4343
"extra": {
4444
"symfony": {

0 commit comments

Comments
 (0)