Skip to content

Commit a2fde69

Browse files
committed
Added php 8.4
1 parent 5584c40 commit a2fde69

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/integrate.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,10 @@ jobs:
1111
runs-on: ubuntu-20.04
1212
strategy:
1313
matrix:
14-
PHP: ["7.0", "7.1", "7.2", "7.3", "7.4", "8.0", "8.1", "8.2", "8.3"]
14+
PHP: ["7.0", "7.1", "7.2", "7.3", "7.4", "8.0", "8.1", "8.2", "8.3", "8.4"]
1515
ZTS: ["no"]
1616
include:
17-
- PHP: "8.3"
17+
- PHP: "8.4"
1818
ZTS: "yes"
1919
env:
2020
PHP: ${{ matrix.PHP }}

0 commit comments

Comments
 (0)