Skip to content

Commit e957c88

Browse files
committed
remove php8.0
1 parent 0be07a9 commit e957c88

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
strategy:
2323
matrix:
2424
platform: [ 'linux/amd64', 'linux/arm64' ]
25-
version: [ '8.0', '8.1', '8.2', '8.3', '8.4' ]
25+
version: [ '8.1', '8.2', '8.3', '8.4' ]
2626
extensions: [ 'pcntl xdebug zip intl bcmath rdkafka pdo_pgsql pdo_mysql gd' ]
2727

2828
runs-on: ${{ startsWith(matrix.platform, 'linux/arm') && 'ubuntu-24.04-arm' || 'ubuntu-24.04' }}

0 commit comments

Comments
 (0)