Skip to content

Commit 4ec5638

Browse files
authored
Merge pull request #10 from basi/work/update-github-actions
Update GitHub Actions workflows
2 parents 4ef783b + 14509e4 commit 4ec5638

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/phpcs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: PHP Coding Standard
33
on:
44
push:
55
branches:
6-
- 'master'
6+
- 'main'
77
pull_request:
88
branches:
99
- '*'

.github/workflows/tests.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: Tests
33
on:
44
push:
55
branches:
6-
- 'master'
6+
- 'main'
77
pull_request:
88
branches:
99
- '*'
@@ -27,12 +27,12 @@ jobs:
2727
db-type: pgsql
2828
- php-version: '8.0'
2929
db-type: sqlite
30-
- php-version: '8.1'
30+
- php-version: '8.2'
3131
db-type: mysql
3232

3333
services:
3434
mysql:
35-
image: mysql:5.6
35+
image: mysql:5.7
3636
env:
3737
MYSQL_ROOT_PASSWORD: root
3838
MYSQL_DATABASE: cakephp_test

0 commit comments

Comments
 (0)