Skip to content

Commit

Permalink
update CI
Browse files Browse the repository at this point in the history
  • Loading branch information
nojimage committed Feb 7, 2024
1 parent 241d324 commit 9924319
Showing 1 changed file with 15 additions and 7 deletions.
22 changes: 15 additions & 7 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,18 +10,15 @@ on:
- '*'
schedule:
- cron: "0 7 1 * *"
branches:
- cake4
- cake3

jobs:
testsuite:
runs-on: ubuntu-20.04
strategy:
fail-fast: false
matrix:
cakephp-version: ['4.4.*']
php-version: ['7.4', '8.0', '8.1']
cakephp-version: ['4.5.*']
php-version: ['7.4', '8.0', '8.1', '8.2']
db-type: ['mysql']
prefer-lowest: ['']
coverage: ['no']
Expand Down Expand Up @@ -70,8 +67,19 @@ jobs:
prefer-lowest: ''
coverage: 'no'

- php-version: '8.1'
cakephp-version: '4.4.*'
- cakephp-version: '4.5.*'
php-version: '7.2'
db-type: 'mysql:5.7'
prefer-lowest: 'prefer-lowest'
coverage: 'no'
- cakephp-version: '4.4.*'
php-version: '8.2'
db-type: 'mysql'
prefer-lowest: ''
coverage: 'no'

- php-version: '8.2'
cakephp-version: '4.5.*'
db-type: 'mysql'
prefer-lowest: ''
coverage: 'coverage'
Expand Down

0 comments on commit 9924319

Please sign in to comment.