Skip to content

Commit c082e26

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

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
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

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)