Skip to content

Commit

Permalink
Add PHP 8.3 to CI matrix
Browse files Browse the repository at this point in the history
Also updates actions/checkout version, just to be up to date
  • Loading branch information
robbieaverill committed Mar 14, 2024
1 parent ff78d7a commit 849e72e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,12 @@ jobs:

strategy:
matrix:
php-versions: ['7.4', '8.0', '8.1', '8.2']
php-versions: ['7.4', '8.0', '8.1', '8.2', '8.3']

name: PHP ${{ matrix.php-versions }}

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4

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

0 comments on commit 849e72e

Please sign in to comment.