Skip to content

Commit 18d599f

Browse files
authored
Merge pull request #45 from dkarlovi/feat/8.3
feat: PHP 8.3
2 parents 60ed828 + 3ebfc89 commit 18d599f

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
name: Build and test
1616
strategy:
1717
matrix:
18-
php: [8.1, 8.2]
18+
php: [8.1, 8.2, 8.3]
1919
deps: [high]
2020
include:
2121
- php: 8.1
@@ -56,7 +56,7 @@ jobs:
5656
needs: tests
5757
strategy:
5858
matrix:
59-
php: [8.1, 8.2]
59+
php: [8.1, 8.2, 8.3]
6060
steps:
6161
- uses: actions/checkout@v3
6262

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
}
1111
],
1212
"require": {
13-
"php": "~8.1.0 || ~8.2.0",
13+
"php": "~8.1.0 || ~8.2.0 || ~8.3.0",
1414
"phpunit/phpunit": "^10.0"
1515
},
1616
"autoload": {

0 commit comments

Comments
 (0)