Skip to content
This repository has been archived by the owner on Oct 1, 2024. It is now read-only.

Commit

Permalink
Update run-tests.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
mstaack authored Aug 15, 2022
1 parent d450e36 commit f842b1d
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
@@ -1,14 +1,15 @@
name: Test Suite

on: [push]
on:
push:

jobs:
tests:
runs-on: ubuntu-latest

strategy:
matrix:
php: [7.4, 7.3, 7.2]
php: [8.1 8.0 7.4]
release: [stable, lowest]

services:
Expand Down

0 comments on commit f842b1d

Please sign in to comment.