1
0
mirror of https://github.com/RSS-Bridge/rss-bridge.git synced 2025-08-03 23:27:32 +02:00

[CI] Add support for php 8.0 and 8.1 (#2405)

This commit is contained in:
Eugene Molotov
2022-01-05 04:40:30 +05:00
committed by GitHub
parent 59e77a9e51
commit d0ef8aa71d
2 changed files with 2 additions and 2 deletions

View File

@@ -25,7 +25,7 @@ jobs:
runs-on: ubuntu-20.04
strategy:
matrix:
php-versions: ['7.3', '7.4']
php-versions: ['7.3', '7.4', '8.0', '8.1']
steps:
- uses: actions/checkout@v2
- uses: shivammathur/setup-php@v2