We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 4ef783b + 14509e4 commit 4ec5638Copy full SHA for 4ec5638
2 files changed
.github/workflows/phpcs.yml
@@ -3,7 +3,7 @@ name: PHP Coding Standard
3
on:
4
push:
5
branches:
6
- - 'master'
+ - 'main'
7
pull_request:
8
9
- '*'
.github/workflows/tests.yml
@@ -3,7 +3,7 @@ name: Tests
@@ -27,12 +27,12 @@ jobs:
27
db-type: pgsql
28
- php-version: '8.0'
29
db-type: sqlite
30
- - php-version: '8.1'
+ - php-version: '8.2'
31
db-type: mysql
32
33
services:
34
mysql:
35
- image: mysql:5.6
+ image: mysql:5.7
36
env:
37
MYSQL_ROOT_PASSWORD: root
38
MYSQL_DATABASE: cakephp_test
0 commit comments