Skip to content

Commit dc6c94d

Browse files
committed
Update PHP versions in CI
Closes #1785
1 parent f282cc3 commit dc6c94d

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

.github/workflows/continuous-integration.yml

+5-4
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ jobs:
2424
- "7.4"
2525
- "8.0"
2626
- "8.1"
27+
- "8.2"
2728
dependencies:
2829
- "highest"
2930
stability:
@@ -46,22 +47,22 @@ jobs:
4647
# Test last supported minor version
4748
- symfony-require: "6.*"
4849
dependencies: "highest"
49-
php-version: "8.2"
50+
php-version: "8.3"
5051

5152
# DBAL only without ORM
52-
- php-version: "8.2"
53+
- php-version: "8.3"
5354
dependencies: "highest"
5455
stability: "stable"
5556
remove-orm: true
5657

5758
# DBAL 4
58-
- php-version: "8.2"
59+
- php-version: "8.3"
5960
dependencies: "highest"
6061
stability: "dev"
6162
remove-orm: true
6263

6364
# Bleeding edge
64-
- php-version: "8.2"
65+
- php-version: "8.3"
6566
dependencies: "highest"
6667
stability: "dev"
6768

0 commit comments

Comments
 (0)