Skip to content

Commit b69bf76

Browse files
committed
ACQE-5710 : Upgrading php 8.3
1 parent 713e0b6 commit b69bf76

File tree

2 files changed

+245
-602
lines changed

2 files changed

+245
-602
lines changed

.github/workflows/main.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ jobs:
5454
strategy:
5555
fail-fast: false
5656
matrix:
57-
php-versions: ['8.1', '8.2']
57+
php-versions: ['8.1', '8.2', '8.3']
5858
steps:
5959
- uses: actions/checkout@v2
6060

@@ -86,7 +86,7 @@ jobs:
8686
strategy:
8787
fail-fast: false
8888
matrix:
89-
php-versions: ['8.1', '8.2']
89+
php-versions: ['8.1', '8.2', '8.3']
9090
steps:
9191
- uses: actions/checkout@v2
9292

@@ -118,7 +118,7 @@ jobs:
118118
strategy:
119119
fail-fast: false
120120
matrix:
121-
php-versions: ['8.1', '8.2']
121+
php-versions: ['8.1', '8.2', '8.3']
122122

123123
services:
124124
chrome:

0 commit comments

Comments
 (0)