Skip to content

Commit b3d24e7

Browse files
authored
Run CI on PHP 8.2 & 8.3 (#20)
1 parent 3c02945 commit b3d24e7

File tree

2 files changed

+9
-10
lines changed

2 files changed

+9
-10
lines changed

.github/workflows/tests.yaml

Lines changed: 8 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -21,13 +21,16 @@ jobs:
2121
- '7.4'
2222
- '8.0'
2323
- '8.1'
24+
- '8.2'
25+
- '8.3'
2426
symfony-version:
2527
- 3.4.*
2628
- 4.4.*
2729
- 5.*
2830
- 6.*
2931
dependencies:
3032
- highest
33+
- lowest
3134
exclude:
3235
- php: '7.2'
3336
symfony-version: 6.*
@@ -38,17 +41,13 @@ jobs:
3841
- php: '7.4'
3942
symfony-version: 6.*
4043
dependencies: highest
41-
include:
4244
- php: '7.2'
43-
symfony-version: 3.4.*
44-
dependencies: lowest
45-
- php: '7.2'
46-
symfony-version: 4.4.*
45+
symfony-version: 6.*
4746
dependencies: lowest
48-
- php: '7.2'
49-
symfony-version: 5.*
47+
- php: '7.3'
48+
symfony-version: 6.*
5049
dependencies: lowest
51-
- php: '8.0'
50+
- php: '7.4'
5251
symfony-version: 6.*
5352
dependencies: lowest
5453

@@ -63,7 +62,7 @@ jobs:
6362
tools: flex
6463

6564
- name: Install dependencies
66-
uses: ramsey/composer-install@v1
65+
uses: ramsey/composer-install@v2
6766
with:
6867
dependency-versions: ${{ matrix.dependencies }}
6968
composer-options: --prefer-dist

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
"require": {
2323
"sentry/sentry": "^3.19",
2424
"http-interop/http-factory-guzzle": "^1.0",
25-
"symfony/http-client": "^4.3|^5.0|^6.0|^7.0"
25+
"symfony/http-client": "^4.3|^5.0|^6.0"
2626
},
2727
"config": {
2828
"sort-packages": true,

0 commit comments

Comments
 (0)