1
0
mirror of https://github.com/danog/loop.git synced 2024-12-03 09:47:48 +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: strategy:
matrix: matrix:
os: [ubuntu-latest] 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 }} name: PHP ${{ matrix.php-versions }} Test on ${{ matrix.os }}
steps: steps:
- name: Checkout - name: Checkout