Skip to content

Commit a67d5be

Browse files
committed
Update CI config
1 parent 7695d33 commit a67d5be

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/ci.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ on:
1010

1111
jobs:
1212
testsuite:
13-
runs-on: ubuntu-22.04
13+
runs-on: ubuntu-24.04
1414
strategy:
1515
fail-fast: false
1616
matrix:
@@ -65,11 +65,11 @@ jobs:
6565
- name: Run PHPUnit
6666
run: |
6767
export DB_URL='mysql://root:root@127.0.0.1/cakephp?init[]=SET sql_mode = "STRICT_TRANS_TABLES,NO_ZERO_IN_DATE,NO_ZERO_DATE,ERROR_FOR_DIVISION_BY_ZERO,NO_ENGINE_SUBSTITUTION"'
68-
vendor/bin/phpunit
68+
vendor/bin/phpunit --display-incomplete --display-skipped --display-warnings --display-deprecations
6969
7070
coding-standard:
7171
name: Coding Standard
72-
runs-on: ubuntu-22.04
72+
runs-on: ubuntu-24.04
7373

7474
steps:
7575
- uses: actions/checkout@v3
@@ -103,7 +103,7 @@ jobs:
103103

104104
static-analysis:
105105
name: Static Analysis
106-
runs-on: ubuntu-22.04
106+
runs-on: ubuntu-24.04
107107

108108
steps:
109109
- uses: actions/checkout@v3

0 commit comments

Comments
 (0)