Skip to content

Commit

Permalink
support for php 8.2
Browse files Browse the repository at this point in the history
  • Loading branch information
dakorpar committed Jan 10, 2023
1 parent 72653b2 commit 8186521
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -138,14 +138,14 @@ jobs:

strategy:
matrix:
php-version: [ "7.2", "7.3", "7.4", "8.0" ]
php-version: [ "7.2", "7.3", "7.4", "8.0", "8.1" ]
operating-system: [ "ubuntu-latest" ]
composer-args: [ "" ]
include:
- php-version: "7.2"
operating-system: "ubuntu-latest"
composer-args: "--prefer-lowest"
- php-version: "8.1"
- php-version: "8.2"
operating-system: "ubuntu-latest"
composer-args: "--ignore-platform-reqs"
fail-fast: false
Expand Down

0 comments on commit 8186521

Please sign in to comment.