Skip to content

Commit

Permalink
Update versions used in test matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
Greg Anderson committed Apr 5, 2024
1 parent 7b3939a commit d88c67e
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 @@ -26,7 +26,7 @@ jobs:
- name: Install PHP
uses: shivammathur/setup-php@v2
with:
php-version: 8.1
php-version: 8.2
coverage: none

- name: Install dependencies
Expand Down Expand Up @@ -55,7 +55,7 @@ jobs:
- name: Install PHP with extensions
uses: shivammathur/setup-php@v2
with:
php-version: 8.0
php-version: 8.2
coverage: none
extensions: intl

Expand Down Expand Up @@ -83,7 +83,7 @@ jobs:
- windows-latest

php-version:
- "8.1"
- "8.2"

php-ini-values:
- assert.exception=1, zend.assertions=1
Expand Down

0 comments on commit d88c67e

Please sign in to comment.