Skip to content

Commit 45e650d

Browse files
committed
Test Symfony 7.3
1 parent 74443bb commit 45e650d

File tree

2 files changed

+8
-2
lines changed

2 files changed

+8
-2
lines changed

.github/workflows/ci.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,10 @@ jobs:
1717
php: [ "8.1", "8.2", "8.3" ]
1818
postgres: ["14.6"]
1919
symfony: [ "^6.4", "^7.0" ]
20+
include:
21+
- php: "8.3"
22+
symfony: "^7.3@beta"
23+
postgres: "14.6"
2024
exclude:
2125
- php: "8.1"
2226
symfony: "^7.0"

composer.json

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@
108108
},
109109
"extra": {
110110
"symfony": {
111-
"require": "7.1.*"
111+
"require": "7.3.*"
112112
}
113113
},
114114
"scripts": {
@@ -123,5 +123,7 @@
123123
"post-update-cmd": [
124124
"@auto-scripts"
125125
]
126-
}
126+
},
127+
"minimum-stability": "beta",
128+
"prefer-stable": true
127129
}

0 commit comments

Comments
 (0)