mirror of
https://github.com/shufflingpixels/php-io.git
synced 2026-08-15 19:58:14 +02:00
drop supprt for php 8.1
php 8.1 requires pest 2.0 that depends on a phpunit version that is
affected by security advisories ("PKSA-z3gr-8qht-p93v")
see: https://packagist.org/security-advisories/PKSA-z3gr-8qht-p93v
This commit is contained in:
parent
66ce04cf5c
commit
c9a406d63b
4 changed files with 5 additions and 5 deletions
2
.github/workflows/tests.yml
vendored
2
.github/workflows/tests.yml
vendored
|
|
@ -11,7 +11,7 @@ jobs:
|
|||
|
||||
strategy:
|
||||
matrix:
|
||||
php: ['8.1', '8.2', '8.3', '8.4']
|
||||
php: ['8.2', '8.3', '8.4']
|
||||
|
||||
name: PHP ${{ matrix.php }}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue