We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3371be6 commit 2bdb49aCopy full SHA for 2bdb49a
.github/workflows/ci.yml
@@ -1,24 +1,24 @@
1
name: CI
2
on:
3
push:
4
+ branches: [master]
5
pull_request:
6
schedule:
7
# Run every on Friday to ensure everything works as expected.
8
- cron: '0 6 * * 5'
9
jobs:
10
CI:
- runs-on: ubuntu-20.04
11
+ runs-on: ubuntu-latest
12
container:
13
image: zammad/zammad-ci:latest
14
services:
15
postgresql:
- image: postgres:10
16
+ image: postgres:17
17
env:
18
POSTGRES_USER: zammad
19
POSTGRES_PASSWORD: zammad
20
redis:
- # Use Redis 5 which is shipped in Debian 10.
21
- image: redis:5
+ image: redis:7
22
23
ZAMMAD_PHP_API_CLIENT_UNIT_TESTS_URL: "http://localhost:3000"
24
ZAMMAD_PHP_API_CLIENT_UNIT_TESTS_USERNAME: "[email protected]"
0 commit comments