Skip to content

Commit 2bdb49a

Browse files
authored
Update testing configuration (#20)
1 parent 3371be6 commit 2bdb49a

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
@@ -1,24 +1,24 @@
11
name: CI
22
on:
33
push:
4+
branches: [master]
45
pull_request:
56
schedule:
67
# Run every on Friday to ensure everything works as expected.
78
- cron: '0 6 * * 5'
89
jobs:
910
CI:
10-
runs-on: ubuntu-20.04
11+
runs-on: ubuntu-latest
1112
container:
1213
image: zammad/zammad-ci:latest
1314
services:
1415
postgresql:
15-
image: postgres:10
16+
image: postgres:17
1617
env:
1718
POSTGRES_USER: zammad
1819
POSTGRES_PASSWORD: zammad
1920
redis:
20-
# Use Redis 5 which is shipped in Debian 10.
21-
image: redis:5
21+
image: redis:7
2222
env:
2323
ZAMMAD_PHP_API_CLIENT_UNIT_TESTS_URL: "http://localhost:3000"
2424
ZAMMAD_PHP_API_CLIENT_UNIT_TESTS_USERNAME: "[email protected]"

0 commit comments

Comments
 (0)