Skip to content

Update test.yml

Update test.yml #5060

Workflow file for this run

name: Runner workflow
on: [push]
jobs:
run:
runs-on: ${{ matrix.os }}
strategy:
matrix:
os: [ubuntu-20.04, ubuntu-22.04, ubuntu-24.04]
name: Test on ${{ matrix.os}}
steps:
- name: Setup PHP
uses: shivammathur/setup-php@verbose
with:
php-version: '8.3'