1
0
mirror of https://github.com/danog/loop.git synced 2024-11-30 04:19:04 +01:00

Test on 8.3

This commit is contained in:
Daniil Gentili 2023-09-30 15:08:08 +02:00
parent 770be58c29
commit f41d236cee

View File

@ -8,7 +8,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest]
php-versions: ["8.1", "8.2"]
php-versions: ["8.1", "8.2", "8.3"]
name: PHP ${{ matrix.php-versions }} Test on ${{ matrix.os }}
steps:
- name: Checkout