Bump minimum PHP version to 8.1 & misc maintenance (#1521)

* Bump minimum PHP version to 8.1

Laravel 10 doesn't support 8.0 anyway

* Remove phpunit 9

* gha: remove unused matrix dimension

* gha: bump runner os

* tests: remove outdated version checks
This commit is contained in:
Markus Podar
2024-02-17 22:08:15 +01:00
committed by GitHub
parent 05259b695d
commit 9af62e243d
9 changed files with 15 additions and 27 deletions
+1 -1
View File
@@ -9,7 +9,7 @@ on:
jobs:
build:
timeout-minutes: 15
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04
steps:
- uses: actions/checkout@v4