Skip to content

Commit 982617c

Browse files
committed
Remove deprecated PHP version
1 parent 5ea3269 commit 982617c

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ jobs:
88
runs-on: ${{ matrix.operating-system }}
99
strategy:
1010
matrix:
11-
operating-system: [windows-latest, ubuntu-latest, macos-latest]
12-
php-versions: ['7.4', '8.0', '8.1', '8.2']
11+
operating-system: [ubuntu-latest, macos-latest]
12+
php-versions: ['8.0', '8.1', '8.2', '8.3']
1313

1414
steps:
1515
- name: Checkout

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ export FC=$(brew --prefix gcc)/bin/gfortran
3030
> **Note:** If both the library and extension are installed, the extension will take precedence.
3131
3232
## Requirements
33-
- [PHP](https://php.net) 7.4 or above
33+
- [PHP](https://php.net) 8.0 or above
3434

3535
### Optional To Compile Extension
3636
- A C compiler such as [GCC](https://gcc.gnu.org/), [Clang](https://clang.llvm.org/), or [Visual C++](https://support.microsoft.com/en-us/help/2977003/the-latest-supported-visual-c-downloads)

0 commit comments

Comments
 (0)