mirror of
https://github.com/php-win-ext/php-memcached.git
synced 2026-03-24 00:52:18 +01:00
Remove experimental for PHP 8.1 and add PHP 8.2 experimental (#494)
This commit is contained in:
4
.github/workflows/build-and-test.yml
vendored
4
.github/workflows/build-and-test.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user