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:
parent
cb9bf2596a
commit
eb2fe00f60
1 changed files with 1 additions and 1 deletions
2
.github/workflows/validate.yml
vendored
2
.github/workflows/validate.yml
vendored
|
@ -12,7 +12,7 @@ jobs:
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
operating-system: [ubuntu-latest]
|
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 }}
|
name: PHP ${{ matrix.php-versions }} on ${{ matrix.operating-system }}
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue