Skip to content

Commit

Permalink
Bump minimum version of PHP to 8.1
Browse files Browse the repository at this point in the history
  • Loading branch information
realodix committed Mar 27, 2024
1 parent 0509f05 commit 19c3bc5
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
strategy:
fail-fast: false
matrix:
php-version: ['8.0', '8.1', '8.2', '8.3']
php-version: ['8.1', '8.2', '8.3']
stability: [prefer-lowest, prefer-stable]
include:
- php-version: '8.4'
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Read time

![PHPVersion](https://img.shields.io/badge/PHP-8-777BB4.svg?style=flat-square)
![PHPVersion](https://img.shields.io/badge/PHP-8.1-777BB4.svg?style=flat-square)
![Build Status](https://github.com/realodix/readtime/actions/workflows/ci.yml/badge.svg)
[![GitHub license](https://img.shields.io/github/license/realodix/readtime?style=flat-square)](https://github.com/realodix/readtime/blob/main/LICENSE)

Expand Down
6 changes: 3 additions & 3 deletions composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@
"authors": [{"name": "Budi Hermawan", "role": "Developer"}],
"homepage": "https://github.com/realodix/readtime",
"require": {
"php": "^8.0",
"illuminate/collections": "^9.0 || ^10.0 || ^11.0",
"symfony/options-resolver": "6.0 || ^7.0"
"php": "^8.1",
"illuminate/collections": "^10.0 || ^11.0",
"symfony/options-resolver": "^6.1 || ^7.0"
},
"require-dev": {
"phpunit/phpunit": "^9.6",
Expand Down

0 comments on commit 19c3bc5

Please sign in to comment.