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

Commit c065c2a

Browse files
committed
enabled php 8.1
1 parent 077f793 commit c065c2a

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/static.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
- name: Setup PHP
1616
uses: shivammathur/setup-php@v2
1717
with:
18-
php-version: 7.4
18+
php-version: 8.0
1919
tools: composer:v2
2020
coverage: none
2121

@@ -40,7 +40,7 @@ jobs:
4040
- name: Setup PHP
4141
uses: shivammathur/setup-php@v2
4242
with:
43-
php-version: 7.4
43+
php-version: 8.0
4444
tools: composer:v2
4545
coverage: none
4646

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
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

Lines changed: 1 addition & 1 deletion
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)