Skip to content

Commit a27daa4

Browse files
committed
CI: Add PHP 8.2 to the required matrix, add PHP 8.3 to experimental
1 parent 38c38d7 commit a27daa4

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/build-and-test.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,8 +7,11 @@ jobs:
77
strategy:
88
fail-fast: false
99
matrix:
10-
php: ['7.0', '7.1', '7.2', '7.3', '7.4', '8.0', '8.1']
10+
php: ['7.0', '7.1', '7.2', '7.3', '7.4', '8.0', '8.1', '8.2']
1111
experimental: [false]
12+
include:
13+
- php: '8.3'
14+
experimental: true
1215
include:
1316
- php: '8.2'
1417
experimental: true

0 commit comments

Comments
 (0)