Skip to content

Commit da93223

Browse files
committed
Support PHP8.3
1 parent 0de6c18 commit da93223

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.github/workflows/test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
name: Test
1212
strategy:
1313
matrix:
14-
php-version: ['8.4']
14+
php-version: ['8.3', '8.4']
1515
runs-on: ubuntu-latest
1616
steps:
1717
- name: Checkout code

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# GraphQL Attribute Schema
22
[![Software License](https://img.shields.io/badge/license-MIT-brightgreen.svg?style=flat)](LICENSE)
3-
[![PHP Version](https://img.shields.io/badge/php-%5E8.4-8892BF.svg?style=flat)](http://www.php.net)
3+
[![PHP Version](https://img.shields.io/badge/php-%5E8.3-8892BF.svg?style=flat)](http://www.php.net)
44

55
Build your GraphQL Schema (for [webonyx/graphql-php](https://github.com/webonyx/graphql-php)) based on attributes.
66

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
}
1717
],
1818
"require": {
19-
"php": "^8.4",
19+
"php": "^8.3",
2020
"psr/container": "^2.0",
2121
"roave/better-reflection": "^6.51",
2222
"webonyx/graphql-php": "^15.19"

docs/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# GraphQL Attribute Schema
22
[![Software License](https://img.shields.io/badge/license-MIT-brightgreen.svg?style=flat)](LICENSE)
3-
[![PHP Version](https://img.shields.io/badge/php-%5E8.4-8892BF.svg?style=flat)](http://www.php.net)
3+
[![PHP Version](https://img.shields.io/badge/php-%5E8.3-8892BF.svg?style=flat)](http://www.php.net)
44

55
Build your GraphQL Schema (for [webonyx/graphql-php](https://github.com/webonyx/graphql-php)) based on attributes.
66

0 commit comments

Comments
 (0)