Skip to content

Commit 6623fc3

Browse files
committed
matrix.php add 8.3
1 parent 3e5176e commit 6623fc3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
start:
99
strategy:
1010
matrix:
11-
php: [ "7.0" , "7.1", "7.2", "7.3", "7.4", "8.0", "8.1", "8.2" ]
11+
php: [ "7.0" , "7.1", "7.2", "7.3", "7.4", "8.0", "8.1", "8.2", "8.3" ]
1212
runs-on: ubuntu-latest
1313
steps:
1414

.github/workflows/dispatch.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ jobs:
55
start:
66
strategy:
77
matrix:
8-
php: [ "7.0" , "7.1", "7.2", "7.3", "7.4", "8.0", "8.1", "8.2" ]
8+
php: [ "7.0" , "7.1", "7.2", "7.3", "7.4", "8.0", "8.1", "8.2", "8.3" ]
99
runs-on: ubuntu-latest
1010
steps:
1111

0 commit comments

Comments
 (0)