We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0be07a9 commit e957c88Copy full SHA for e957c88
1 file changed
.github/workflows/ci.yaml
@@ -22,7 +22,7 @@ jobs:
22
strategy:
23
matrix:
24
platform: [ 'linux/amd64', 'linux/arm64' ]
25
- version: [ '8.0', '8.1', '8.2', '8.3', '8.4' ]
+ version: [ '8.1', '8.2', '8.3', '8.4' ]
26
extensions: [ 'pcntl xdebug zip intl bcmath rdkafka pdo_pgsql pdo_mysql gd' ]
27
28
runs-on: ${{ startsWith(matrix.platform, 'linux/arm') && 'ubuntu-24.04-arm' || 'ubuntu-24.04' }}
0 commit comments