ci: build and test with PHP 8.3

This commit is contained in:
Stefan Kalscheuer 2023-11-25 15:44:44 +01:00
parent cf0c0a3652
commit 03c8f0126d
Signed by: stefan
GPG Key ID: 3887EC2A53B55430

View File

@ -5,7 +5,7 @@ jobs:
runs-on: ubuntu-latest runs-on: ubuntu-latest
strategy: strategy:
matrix: 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: steps:
- name: Checkout - name: Checkout
uses: actions/checkout@v4 uses: actions/checkout@v4
@ -46,7 +46,7 @@ jobs:
- name: Setup PHP - name: Setup PHP
uses: shivammathur/setup-php@v2 uses: shivammathur/setup-php@v2
with: with:
php-version: '8.0' php-version: '8.2'
tools: composer tools: composer
- name: Install - name: Install
run: composer install --no-interaction run: composer install --no-interaction