Skip to content

Commit f6b1117

Browse files
committed
CI: try running all newer PHP versions
1 parent c47669d commit f6b1117

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/platform-matrix-test.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,10 +23,12 @@ jobs:
2323
php-version:
2424
- "8.0"
2525
- "8.1"
26+
- "8.2"
27+
- "8.3"
2628
update-packages:
2729
- ""
2830
include:
29-
- php-version: "8.1"
31+
- php-version: "8.3"
3032
update-packages: doctrine/orm:^3.0 doctrine/dbal:^4.0 carbonphp/carbon-doctrine-types:^3 gedmo/doctrine-extensions:^3
3133

3234
steps:

0 commit comments

Comments
 (0)