Skip to content

Commit ba9d40f

Browse files
Update PHP version requirement in README and comment out PHP version matrix in CI workflow
1 parent 7cd14d8 commit ba9d40f

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,7 @@ jobs:
5151
strategy:
5252
fail-fast: false
5353
matrix:
54+
# php: ['8.1', '8.2', '8.3', '8.4']
5455
php: ['8.1', '8.2', '8.3', '8.4']
5556
steps:
5657
- name: Checkout

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ Note: CodeIgniter 4 has built-in RESTful controllers. This module focuses on ext
99
1010
## Requirements
1111

12-
- PHP 8.1+
12+
- PHP 8.4+
1313
- CodeIgniter 4.5+
1414

1515
## Installation

0 commit comments

Comments
 (0)