1
0
Fork 0
mirror of https://github.com/DanielnetoDotCom/YouPHPTube synced 2025-10-03 09:49:28 +02:00

Add PHP 8.2 to workflows.

This commit is contained in:
Caleb Mazalevskis 2022-12-09 17:04:35 +08:00
parent cb9bf2596a
commit eb2fe00f60
No known key found for this signature in database
GPG key ID: 082E6BC1046FAB95

View file

@ -12,7 +12,7 @@ jobs:
strategy:
matrix:
operating-system: [ubuntu-latest]
php-versions: ['7.3', '7.4', '8.0', '8.1']
php-versions: ['7.3', '7.4', '8.0', '8.1', '8.2']
name: PHP ${{ matrix.php-versions }} on ${{ matrix.operating-system }}
steps:
- name: Checkout