Skip to content

Commit

Permalink
CLI-932: Test on PHP 8.2 (#1306)
Browse files Browse the repository at this point in the history
  • Loading branch information
danepowell authored Jan 11, 2023
1 parent 854bcee commit 57e4376
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ on:
types: [published]
defaults:
run:
# Run Git Bash on Windows. Otherwise it uses PowerShell Core and we'd need
# Run Git Bash on Windows. Otherwise, it uses PowerShell Core, and we'd need
# to install more dependencies. Ubuntu default shell is already Bash.
# @see https://docs.github.com/en/actions/reference/workflow-syntax-for-github-actions#using-a-specific-shell
shell: bash
Expand All @@ -21,15 +21,15 @@ jobs:
strategy:
matrix:
os: ["ubuntu-22.04"]
php: ["8.0", "8.1"]
php: ["8.0", "8.1", "8.2"]
coverage: ["none"]
include:
- os: "ubuntu-22.04"
php: "8.1"
coverage: "pcov"
# Only test pre-installed (i.e. fast) versions of PHP on Windows.
- os: "windows-2022"
php: "8.1"
php: "8.2"
coverage: "none"
steps:
- name: Prepare Git
Expand Down

0 comments on commit 57e4376

Please sign in to comment.