Skip to content

Commit d55a65e

Browse files
committed
test with php 8.4
1 parent 860ffcd commit d55a65e

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
OS: "ubuntu-latest"
1919
ZTS: true
2020
env:

0 commit comments

Comments
 (0)