Update releases.yml

Changed the usage of php8.1
pull/483/head
Ruslan Baidan 2023-03-08 17:16:35 +01:00 committed by GitHub
parent 9bb0835599
commit dbd8d13559
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -14,7 +14,7 @@ jobs:
strategy:
matrix:
node-version: [ "16.x" ]
php-version: [ "7.4" ]
php-version: [ "8.1" ]
steps:
- uses: actions/checkout@v2