Skip to content

Commit ef69581

Browse files
Heena BansalNattyNarwhal
authored andcommitted
Add PHP 8.5 to CI
1 parent 8e84846 commit ef69581

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
ubuntu:
1212
strategy:
1313
matrix:
14-
version: ['7.3.', '7.4', '8.0', '8.1', '8.2', '8.3', '8.4']
14+
version: ['7.3.', '7.4', '8.0', '8.1', '8.2', '8.3', '8.4', '8.5']
1515
runs-on: ubuntu-latest
1616
services:
1717
ibm_db2:
@@ -104,7 +104,7 @@ jobs:
104104
shell: cmd
105105
strategy:
106106
matrix:
107-
version: ["8.1", "8.2", "8.3", "8.4"]
107+
version: ["8.1", "8.2", "8.3", "8.4", "8.5"]
108108
arch: [x64]
109109
ts: [ts]
110110
runs-on: windows-latest

0 commit comments

Comments
 (0)