Skip to content

Commit

Permalink
enable 8.2/8.3
Browse files Browse the repository at this point in the history
  • Loading branch information
laruence committed Jun 25, 2024
1 parent 5258388 commit 44c7b5a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/integrate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,10 @@ jobs:
runs-on: "ubuntu-latest"
strategy:
matrix:
PHP: ["7.0", "7.1", "7.2", "7.3", "7.4", "8.0", "8.1"]
PHP: ["7.0", "7.1", "7.2", "7.3", "7.4", "8.0", "8.1", "8.2", "8.3"]
ZTS: ["no"]
include:
- PHP: "8.1"
- PHP: "8.3"
ZTS: true
env:
PHP: $ {{ matrix.PHP }}
Expand Down

0 comments on commit 44c7b5a

Please sign in to comment.