Skip to content

Commit

Permalink
CLI-1151: Support PHP 8.3 and 8.4
Browse files Browse the repository at this point in the history
  • Loading branch information
danepowell committed Nov 2, 2023
1 parent 141468f commit c521847
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,11 +28,11 @@ jobs:
strategy:
matrix:
os: ["ubuntu-22.04"]
php: ["8.1", "8.2"]
php: ["8.1", "8.2", "8.3", "8.4"]
coverage: ["none"]
include:
- os: "ubuntu-22.04"
php: "8.1"
php: "8.2"
coverage: "pcov"
# Only test pre-installed (i.e. fast) versions of PHP on Windows.
- os: "windows-2022"
Expand Down

0 comments on commit c521847

Please sign in to comment.