1
0
mirror of https://github.com/dannyvankooten/AltoRouter.git synced 2025-08-06 08:27:39 +02:00

bump required php version to 7.3

This commit is contained in:
Danny van Kooten
2023-11-30 10:10:01 +01:00
parent 4270bb5ca2
commit 36f67da100
3 changed files with 3 additions and 3 deletions

View File

@@ -7,7 +7,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
php-versions: [ '7.3', '7.4', '8.0', '8.1', '8.2', '8.3' ]
php-versions: [ '7.3', '8.0', '8.3' ]
steps:
- uses: actions/checkout@v2