Skip to content

Commit b3d5256

Browse files
committed
dropping support for php 8.0
1 parent b829899 commit b3d5256

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/dependancy-security-check.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020

2121
strategy:
2222
matrix:
23-
php: ['8.0', '8.1']
23+
php: ['8.1']
2424

2525
steps:
2626
- name: Checkout code

.github/workflows/php-version-sniff.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
php-codesniffer:
1818
strategy:
1919
matrix:
20-
php: [ '8.0', '8.1' ]
20+
php: [ '8.1' ]
2121
runs-on: ubuntu-20.04
2222
steps:
2323
- uses: actions/checkout@v3

solid/composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
}
2222
],
2323
"require": {
24-
"php": "^8.0",
24+
"php": "^8.1",
2525
"ext-dom": "*",
2626
"ext-json": "*",
2727
"ext-mbstring": "*",

0 commit comments

Comments
 (0)