Skip to content

Commit 54a2805

Browse files
committed
support php 8.3
1 parent 549d18b commit 54a2805

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/code_checks.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
runs-on: ubuntu-latest
1313
strategy:
1414
matrix:
15-
php: ['8.1', '8.2']
15+
php: ['8.2', '8.3']
1616

1717
name: PHP ${{ matrix.php }} tests
1818
steps:

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name" : "genkgo/migrations",
33
"license": "MIT",
44
"require" : {
5-
"php" : "~8.1.0 || ~8.2.0",
5+
"php" : "~8.2.0 || ~8.3.0",
66
"ext-pdo": "*"
77
},
88
"require-dev" : {

0 commit comments

Comments
 (0)