Skip to content

Commit

Permalink
bump minimum to 8.2
Browse files Browse the repository at this point in the history
  • Loading branch information
tacman committed Oct 15, 2024
1 parent 15751aa commit ddb740f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 6 deletions.
9 changes: 4 additions & 5 deletions .github/workflows/phpunit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,19 +6,18 @@ on:
jobs:
phpunit:
name: "PHPUnit"
runs-on: "ubuntu-20.04"
runs-on: "ubuntu-24.04"

strategy:
matrix:
php-version:
- "7.4"
- "8.0"
- "8.1"
- "8.2"
- "8.3"
deps:
- "normal"
include:
- deps: "low"
php-version: "7.4"
php-version: "8.2"

steps:
- name: "Checkout"
Expand Down
1 change: 0 additions & 1 deletion .github/workflows/static-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ jobs:
strategy:
matrix:
php-version:
- "8.1"
- "8.2"
- "8.3"
steps:
Expand Down

0 comments on commit ddb740f

Please sign in to comment.