Skip to content

Commit 1911d68

Browse files
committed
allow symfony 8 and test with php 8.5
1 parent 0cfe985 commit 1911d68

2 files changed

Lines changed: 6 additions & 8 deletions

File tree

.github/workflows/tests.yml

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
runs-on: ubuntu-latest
1313
strategy:
1414
matrix:
15-
php: ['7.1', '7.2', '7.3', '7.4', '8.0', '8.1', '8.2', '8.3', '8.4']
15+
php: ['7.1', '7.2', '7.3', '7.4', '8.0', '8.1', '8.2', '8.3', '8.4', '8.5']
1616

1717
steps:
1818
- name: Checkout code
@@ -25,10 +25,6 @@ jobs:
2525
tools: composer:v2
2626
coverage: none
2727

28-
- name: Emulate PHP 8.3
29-
run: composer config platform.php 8.3.999
30-
if: matrix.php == '8.4'
31-
3228
- name: Install PHP dependencies
3329
run: composer update --prefer-dist --no-interaction --no-progress
3430

@@ -40,7 +36,7 @@ jobs:
4036
runs-on: ubuntu-latest
4137
strategy:
4238
matrix:
43-
php: ['7.1', '7.4', '8.2', '8.3']
39+
php: ['7.1', '7.4', '8.2', '8.5']
4440

4541
steps:
4642
- name: Checkout code
@@ -71,8 +67,10 @@ jobs:
7167
php-version: '7.4'
7268
- symfony: '6.4.*'
7369
php-version: '8.2'
74-
- symfony: '7.0.*'
70+
- symfony: '7.4.*'
7571
php-version: '8.2'
72+
- symfony: '8.*'
73+
php-version: '8.5'
7674

7775
steps:
7876
- name: Checkout code

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@
1717
"psr/http-client": "^1.0",
1818
"psr/http-factory": "^1.0",
1919
"psr/http-message": "^1.0 || ^2.0",
20-
"symfony/options-resolver": "~4.0.15 || ~4.1.9 || ^4.2.1 || ^5.0 || ^6.0 || ^7.0",
20+
"symfony/options-resolver": "~4.0.15 || ~4.1.9 || ^4.2.1 || ^5.0 || ^6.0 || ^7.0 || ^8.0",
2121
"symfony/polyfill-php80": "^1.17"
2222
},
2323
"require-dev": {

0 commit comments

Comments
 (0)