Skip to content

Commit 3b0070a

Browse files
authored
CI: Add PHP 8.2 to the required matrix, add PHP 8.3 to experimental (#529)
1 parent 38c38d7 commit 3b0070a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

+2-2
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,10 @@ 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]
1212
include:
13-
- php: '8.2'
13+
- php: '8.3'
1414
experimental: true
1515
steps:
1616
- name: Checkout

0 commit comments

Comments
 (0)