Skip to content

Commit

Permalink
Update testing matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
mgruner committed Nov 22, 2024
1 parent b19738e commit a0c0b5b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
image: zammad/zammad-ci:latest
services:
postgresql:
image: postgres:14
image: postgres:17
env:
POSTGRES_USER: zammad
POSTGRES_PASSWORD: zammad
Expand All @@ -26,7 +26,7 @@ jobs:
strategy:
fail-fast: false
matrix:
php: ['7.4', '7.3', '7.2', '8.0', '8.1', '8.2']
php: ['7.4', '7.3', '7.2', '8.0', '8.1', '8.2', '8.3', '8.4']
name: PHP ${{ matrix.php }}
steps:
- uses: actions/checkout@v2
Expand Down

0 comments on commit a0c0b5b

Please sign in to comment.