Remove experimental for PHP 8.1 and add PHP 8.2 experimental (#494)

This commit is contained in:
Ruud Kamphuis
2021-11-29 19:58:58 +01:00
committed by GitHub
parent 60a8f9f881
commit d3b8ce13f1

View File

@@ -7,10 +7,10 @@ jobs:
strategy:
fail-fast: false
matrix:
php: ['7.0', '7.1', '7.2', '7.3', '7.4', '8.0']
php: ['7.0', '7.1', '7.2', '7.3', '7.4', '8.0', '8.1']
experimental: [false]
include:
- php: '8.1'
- php: '8.2'
experimental: true
steps:
- name: Checkout