Skip to content

Commit

Permalink
e2e: use PHP 8.2
Browse files Browse the repository at this point in the history
Signed-off-by: Varun Patil <[email protected]>
  • Loading branch information
pulsejet committed Mar 11, 2024
1 parent ccc855c commit f3264ff
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/e2e.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
# do not stop on another job's failure
fail-fast: false
matrix:
php-versions: ['8.1']
php-versions: ['8.2']
server-versions: ['stable28']

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

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

steps:
Expand Down

0 comments on commit f3264ff

Please sign in to comment.