Skip to content
This repository was archived by the owner on Aug 26, 2022. It is now read-only.

Commit 3d694be

Browse files
committed
enabled php 8.1
1 parent 077f793 commit 3d694be

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/tests.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
strategy:
99
matrix:
1010
os: [ubuntu-latest, windows-latest]
11-
php: ['7.4', '8.0', '8.1']
11+
php: ['8.0', '8.1']
1212
dependency-version: [prefer-stable]
1313

1414
name: PHP ${{ matrix.php }} - ${{ matrix.os }} - ${{ matrix.dependency-version }}

composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
],
1414
"license": "MIT",
1515
"require": {
16-
"php": "^7.4 || ^8.0",
16+
"php": "^8.0",
1717
"api-platform/core": "^2.6",
1818
"pestphp/pest": "^1.0",
1919
"pestphp/pest-plugin": "^1.0"

0 commit comments

Comments
 (0)