Skip to content

Commit

Permalink
ci: build and test with PHP 8.3
Browse files Browse the repository at this point in the history
  • Loading branch information
stklcode committed Nov 25, 2023
1 parent cf0c0a3 commit 03c8f01
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 @@ -5,7 +5,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
php: [ '5.6', '7.4', '8.0', '8.1', '8.2' ]
php: [ '5.6', '7.4', '8.0', '8.1', '8.2', '8.3' ]
steps:
- name: Checkout
uses: actions/checkout@v4
Expand Down Expand Up @@ -46,7 +46,7 @@ jobs:
- name: Setup PHP
uses: shivammathur/setup-php@v2
with:
php-version: '8.0'
php-version: '8.2'
tools: composer
- name: Install
run: composer install --no-interaction
Expand Down

0 comments on commit 03c8f01

Please sign in to comment.