Skip to content

Commit 3f58e83

Browse files
committed
Min version 8.1
1 parent be41ce7 commit 3f58e83

File tree

4 files changed

+5
-6
lines changed

4 files changed

+5
-6
lines changed

.github/workflows/coding-standards.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,6 @@ jobs:
1515
name: "Coding Standards"
1616
uses: "doctrine/.github/.github/workflows/[email protected]"
1717
with:
18-
php-version: '8.0'
18+
php-version: '8.1'
1919
composer-options: '--prefer-dist --ignore-platform-req=php'
2020

.github/workflows/continuous-integration.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@ jobs:
1919
fail-fast: false
2020
matrix:
2121
php-version:
22-
- "8.0"
2322
- "8.1"
2423
- "8.2"
2524
- "8.3"
@@ -29,10 +28,10 @@ jobs:
2928
- true
3029
- false
3130
include:
32-
- php-version: "8.0"
31+
- php-version: "8.1"
3332
dependencies: "lowest"
3433
optional-dependencies: false
35-
- php-version: "8.0"
34+
- php-version: "8.1"
3635
dependencies: "lowest"
3736
optional-dependencies: true
3837

.github/workflows/static-analysis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
steps:
1919
- uses: shivammathur/setup-php@15c43e89cdef867065b0213be354c2841860869e
2020
with:
21-
php-version: '8.0'
21+
php-version: '8.1'
2222
- uses: actions/checkout@v2
2323
- name: Install Dependencies
2424
run: composer install -q --no-ansi --no-interaction --no-scripts --no-progress --prefer-dist

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
}
2121
],
2222
"require": {
23-
"php": "^8.0",
23+
"php": "^8.1",
2424
"laravel-doctrine/orm": "^2.0",
2525
"api-skeletons/laravel-api-problem": "^1.0.1"
2626
},

0 commit comments

Comments
 (0)