Skip to content

Commit

Permalink
PHP 8.2 environment added to CI (#290)
Browse files Browse the repository at this point in the history
* Initial commit

* Use latest version of checkout action
  • Loading branch information
andrewdalpino authored May 13, 2023
1 parent 63c7f29 commit 79100cb
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 @@ -9,11 +9,11 @@ jobs:
strategy:
matrix:
operating-system: [windows-latest, ubuntu-latest, macos-latest]
php-versions: ['7.4', '8.0', '8.1']
php-versions: ['7.4', '8.0', '8.1', '8.2']

steps:
- name: Checkout
uses: actions/checkout@v2
uses: actions/checkout@v3

- name: Setup PHP
uses: shivammathur/setup-php@v2
Expand Down

0 comments on commit 79100cb

Please sign in to comment.