Skip to content

Commit 7b277da

Browse files
committed
enable all extensions for php84
1 parent 2d46242 commit 7b277da

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,11 +19,8 @@ jobs:
1919

2020
strategy:
2121
matrix:
22-
version: [ '8.0', '8.1', '8.2', '8.3' ]
22+
version: [ '8.0', '8.1', '8.2', '8.3', '8.4' ]
2323
extensions: [ 'pcntl xdebug zip intl bcmath rdkafka pdo_pgsql pdo_mysql gd' ]
24-
include:
25-
- version: "8.4"
26-
extensions: "pcntl zip intl bcmath pdo_pgsql pdo_mysql"
2724

2825
runs-on: ubuntu-latest
2926

0 commit comments

Comments
 (0)