Skip to content

Commit b4d4be2

Browse files
authored
Merge pull request #16 from rexlabsio/feat/83-84-compatibility
feat: 83-84 compatibility
2 parents 1cd66f3 + 422f0be commit b4d4be2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/pr_test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
strategy:
1212
fail-fast: false
1313
matrix:
14-
php: ["7.0", "7.1", "7.2", "7.3", "7.4", "8.0", "8.1", "8.2"]
14+
php: ["7.0", "7.1", "7.2", "7.3", "7.4", "8.0", "8.1", "8.2", "8.3", "8.4"]
1515
steps:
1616
- name: Checkout
1717
uses: actions/checkout@v3

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": ">=7.0 <8.3"
19+
"php": ">=7.0 <8.5"
2020
},
2121
"require-dev": {
2222
"phpunit/phpunit": "^6.5.7|^7.5|^8.5"

0 commit comments

Comments
 (0)