Skip to content

Commit bc7be4a

Browse files
committed
Merge branch 'php8.0'
2 parents 9c0d27f + 6382f26 commit bc7be4a

File tree

14 files changed

+287
-306
lines changed

14 files changed

+287
-306
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ jobs:
77
runs-on: ubuntu-latest
88
strategy:
99
matrix:
10-
php-version: [8.0]
10+
php-version: [8.1]
1111

1212
steps:
1313
- name: 📤 Checkout project
@@ -28,7 +28,7 @@ jobs:
2828
runs-on: ubuntu-latest
2929
strategy:
3030
matrix:
31-
php-version: [8.0]
31+
php-version: [8.1]
3232

3333
steps:
3434
- name: 📤 Checkout project
@@ -49,7 +49,7 @@ jobs:
4949
runs-on: ubuntu-latest
5050
strategy:
5151
matrix:
52-
php-version: [8.0]
52+
php-version: [8.1]
5353

5454
steps:
5555
- name: 📤 Checkout project

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
"publiq/php-cs-fixer-config": "^2.1"
1919
},
2020
"require": {
21-
"php": ">=8.0",
21+
"php": ">=8.1",
2222
"ext-simplexml": "*",
2323
"ext-dom": "*"
2424
},

0 commit comments

Comments
 (0)