1
0
mirror of https://github.com/rlanvin/php-rrule.git synced 2024-11-28 05:24:10 +01:00

Add PHP 8.2 to Github workflow

This commit is contained in:
Rémi Lanvin 2024-06-13 09:36:07 +02:00
parent 75b76c85c9
commit 0f48c3f93b
2 changed files with 3 additions and 2 deletions

View File

@ -7,7 +7,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
php: ['5.6', '7.0', '7.1', '7.2', '7.3', '7.4', '8.0', '8.1']
php: ['5.6', '7.0', '7.1', '7.2', '7.3', '7.4', '8.0', '8.1', '8.2']
name: PHP ${{ matrix.php }}
steps:
- name: Checkout

3
.gitignore vendored
View File

@ -2,4 +2,5 @@
vendor
test.php
composer.lock
.idea
.idea
.phpunit.result.cache