Skip to content

Commit

Permalink
ci: update matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
pulsejet committed Sep 20, 2024
1 parent eea51be commit 81356f1
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/e2e.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -48,8 +48,8 @@ jobs:
# do not stop on another job's failure
fail-fast: false
matrix:
php-versions: ['8.2']
server-versions: ['stable28']
php-versions: ['8.2', '8.3']
server-versions: ['stable28', 'stable29', 'stable30']

services:
mysql:
Expand Down Expand Up @@ -124,8 +124,8 @@ jobs:
# do not stop on another job's failure
fail-fast: false
matrix:
php-versions: ['8.2']
server-versions: ['stable28']
php-versions: ['8.3']
server-versions: ['stable30']

services:
postgres:
Expand Down Expand Up @@ -205,8 +205,8 @@ jobs:
# do not stop on another job's failure
fail-fast: false
matrix:
php-versions: ['8.2']
server-versions: ['stable28']
php-versions: ['8.3']
server-versions: ['stable30']

steps:
- name: Checkout server
Expand Down

0 comments on commit 81356f1

Please sign in to comment.