1
0
mirror of https://github.com/dannyvankooten/AltoRouter.git synced 2025-08-04 23:47:30 +02:00

test on php 8.2 and php 8.3 too

This commit is contained in:
Danny van Kooten
2023-10-09 20:46:07 +02:00
parent 63bb784d76
commit f327fbb5bf

View File

@@ -7,7 +7,7 @@ jobs:
runs-on: ubuntu-latest
strategy:
matrix:
php-versions: [ '7.3', '7.4', '8.0', '8.1' ]
php-versions: [ '7.3', '7.4', '8.0', '8.1', '8.2', '8.3' ]
steps:
- uses: actions/checkout@v2
@@ -36,4 +36,4 @@ jobs:
run: composer install --prefer-dist --no-progress
- name: Run test suite
run: composer run-script test
run: composer run-script test