Skip to content

Commit d3b8ce1

Browse files
authored
Remove experimental for PHP 8.1 and add PHP 8.2 experimental (#494)
1 parent 60a8f9f commit d3b8ce1

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']
10+
php: ['7.0', '7.1', '7.2', '7.3', '7.4', '8.0', '8.1']
1111
experimental: [false]
1212
include:
13-
- php: '8.1'
13+
- php: '8.2'
1414
experimental: true
1515
steps:
1616
- name: Checkout

0 commit comments

Comments
 (0)