Skip to content

Commit

Permalink
ci: add PHP 8.3 to test matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
stklcode committed Nov 25, 2023
1 parent 44d8ed5 commit 55ffb46
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
php: [ '7.4', '8.0', '8.1', '8.2' ]
php: [ '7.4', '8.0', '8.1', '8.2', '8.3' ]
steps:
- name: Checkout
uses: actions/checkout@v4
Expand Down Expand Up @@ -37,12 +37,12 @@ jobs:
- name: Setup PHP
uses: shivammathur/setup-php@v2
with:
php-version: '8.1'
php-version: '8.2'
tools: composer
- name: Setup Node
uses: actions/setup-node@v2
with:
node-version: '18'
node-version: '20'
- name: Install
run: |
composer install --no-interaction
Expand Down

0 comments on commit 55ffb46

Please sign in to comment.