fix: update target php version

pull/151/head
Luciano Righetti 2023-04-06 09:35:54 +02:00
parent abd5dab605
commit b733ca169e
1 changed files with 1 additions and 1 deletions

View File

@ -14,7 +14,7 @@ jobs:
fail-fast: false
matrix:
os: [ubuntu-20.04]
php: ["7.4"]
php: ["8.2"]
steps:
- uses: actions/checkout@v2