Your calm window into the Atmosphere. morgen.blue
rss atproto
3
fork

Configure Feed

Select the types of activity you want to include in your feed.

ci(tests): drop PHP matrix, pin to 8.4

Lock file requires PHP 8.4+ (symfony/* v8.0.8), so the 8.3 leg never
passed. Match local dev (8.4.19), CLAUDE.md, and the lint workflow —
this is an app, not a library, so a single version is right.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>

+1 -4
+1 -4
.github/workflows/tests.yml
··· 17 17 jobs: 18 18 ci: 19 19 runs-on: ubuntu-latest 20 - strategy: 21 - matrix: 22 - php-version: ['8.3', '8.4', '8.5'] 23 20 24 21 steps: 25 22 - name: Checkout code ··· 28 25 - name: Setup PHP 29 26 uses: shivammathur/setup-php@v2 30 27 with: 31 - php-version: ${{ matrix.php-version }} 28 + php-version: '8.4' 32 29 tools: composer:v2 33 30 coverage: xdebug 34 31