Skip to content

Commit 0abcb03

Browse files
committed
test on PHP 8.3
1 parent 7a83f33 commit 0abcb03

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/testLinux.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818

1919
strategy:
2020
matrix:
21-
php-versions: ['7.4', '8.0', '8.1', '8.2']
21+
php-versions: ['7.4', '8.0', '8.1', '8.2', '8.3']
2222
fail-fast: false
2323

2424
services:

.github/workflows/testWindows.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818

1919
strategy:
2020
matrix:
21-
php-versions: ['7.4', '8.0', '8.1', '8.2']
21+
php-versions: ['7.4', '8.0', '8.1', '8.2', '8.3']
2222
fail-fast: false
2323

2424
steps:

0 commit comments

Comments
 (0)