Skip to content

Commit

Permalink
Add PHP 8.4 support, drop PHP < 8.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Slamdunk committed Oct 28, 2024
1 parent df32833 commit aad2c2a
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 12 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/continuous-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ on:
push:

env:
PHP_CURRENT: "8.2"
PHP_NEXT: "8.3"
PHP_CURRENT: "8.3"
PHP_NEXT: "8.4"

jobs:
composer-json-lint:
Expand Down Expand Up @@ -64,8 +64,8 @@ jobs:
strategy:
matrix:
php-version:
- "8.2"
- "8.3"
- "8.4"
dependencies:
- "lowest"
- "locked"
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM php:8.2
FROM php:8.3

ADD --chmod=0755 https://github.com/mlocati/docker-php-extension-installer/releases/latest/download/install-php-extensions /usr/local/bin/

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# PSR-7 Storage-less HTTP Sessions

[![Mutation testing badge](https://img.shields.io/endpoint?style=flat&url=https%3A%2F%2Fbadge-api.stryker-mutator.io%2Fgithub.com%2Fpsr7-sessions%2Fstorageless%2F8.5.x)](https://dashboard.stryker-mutator.io/reports/github.com/psr7-sessions/storageless/8.5.x)
[![Mutation testing badge](https://img.shields.io/endpoint?style=flat&url=https%3A%2F%2Fbadge-api.stryker-mutator.io%2Fgithub.com%2Fpsr7-sessions%2Fstorageless%2F9.2.x)](https://dashboard.stryker-mutator.io/reports/github.com/psr7-sessions/storageless/9.2.x)
[![Type Coverage](https://shepherd.dev/github/psr7-sessions/storageless/coverage.svg)](https://shepherd.dev/github/psr7-sessions/storageless)
[![Packagist](https://img.shields.io/packagist/v/psr7-sessions/storageless.svg)](https://packagist.org/packages/psr7-sessions/storageless)
[![Packagist](https://img.shields.io/packagist/vpre/psr7-sessions/storageless.svg)](https://packagist.org/packages/psr7-sessions/storageless)
Expand Down
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@
}
],
"require": {
"php": "~8.2.0 || ~8.3.0",
"php": "~8.3.0 || ~8.4.0",
"dflydev/fig-cookies": "^3.1.0",
"lcobucci/clock": "^3.3.1",
"lcobucci/jwt": "^5.4.0",
Expand Down Expand Up @@ -59,7 +59,7 @@
"infection/extension-installer": false
},
"platform": {
"php": "8.2.99"
"php": "8.3.99"
},
"sort-packages": true
}
Expand Down
10 changes: 5 additions & 5 deletions composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit aad2c2a

Please sign in to comment.