File tree Expand file tree Collapse file tree 1 file changed +17
-1
lines changed
skeleton/.github/workflows Expand file tree Collapse file tree 1 file changed +17
-1
lines changed Original file line number Diff line number Diff line change 2525 strategy:
2626 matrix:
2727 include:
28- - php: '7.1 '
28+ - php: '7.2 '
2929 db: "none"
3030 NOTESTS: 1
3131
@@ -123,6 +123,8 @@ jobs:
123123 db: "mysql:5.7"
124124 - php: '8.1'
125125 db: "mysql:5.7"
126+ - php: '8.2'
127+ db: "mysql:5.7"
126128
127129 name: PHP ${{ ' {{' }} matrix.php }} - ${{ ' {{' }} matrix.db_alias != '' && matrix.db_alias || matrix.db }}
128130
@@ -221,6 +223,20 @@ jobs:
221223 db: "postgres:12"
222224 - php: '7.1'
223225 db: "postgres:13"
226+ - php: '7.2'
227+ db: "postgres:13"
228+ - php: '7.3'
229+ db: "postgres:13"
230+ - php: '7.4'
231+ db: "postgres:13"
232+ - php: '8.0'
233+ db: "postgres:12"
234+ - php: '8.0'
235+ db: "postgres:13"
236+ - php: '8.1'
237+ db: "postgres:14"
238+ - php: '8.2'
239+ db: "postgres:14"
224240
225241 name: PHP ${{ ' {{' }} matrix.php }} - ${{ ' {{' }} matrix.db }}
226242
You can’t perform that action at this time.
0 commit comments