1
0
Fork 0
mirror of synced 2025-04-04 06:13:41 +03:00

update php test matrix

This commit is contained in:
Pavel 2024-03-11 18:39:25 +03:00
parent 0d747fa1e7
commit 49844e50d6

View file

@ -14,7 +14,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
php-version: ['7.3', '7.4', '8.0', '8.1', '8.2']
php-version: ['7.4', '8.0', '8.1', '8.2', '8.3']
steps:
- name: Check out code into the workspace
uses: actions/checkout@v2