Skip to content

Commit

Permalink
Update CI scripts & composer.json to PHP 8.4.
Browse files Browse the repository at this point in the history
  • Loading branch information
Nek- committed Feb 20, 2025
1 parent a3e8711 commit 3c581f9
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,15 @@ jobs:
- operating-system: 'ubuntu-latest'
php-version: '8.3'

- operating-system: 'ubuntu-latest'
php-version: '8.4'

- operating-system: 'windows-latest'
php-version: '8.3'
php-version: '8.4'
job-description: 'on Windows'

- operating-system: 'macos-latest'
php-version: '8.3'
php-version: '8.4'
job-description: 'on macOS'

name: PHP ${{ matrix.php-version }} ${{ matrix.job-description }}
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
"amphp/http-server": "^3",
"kelunik/link-header-rfc5988": "^1",
"psalm/phar": "~5.23",
"laminas/laminas-diactoros": "^2.3"
"laminas/laminas-diactoros": "^3.5.0"
},
"suggest": {
"ext-zlib": "Allows using compression for response bodies.",
Expand Down

0 comments on commit 3c581f9

Please sign in to comment.