Skip to content

Commit

Permalink
Merge pull request #6 from rudashi/1.x
Browse files Browse the repository at this point in the history
chore: Update workflow
  • Loading branch information
rudashi authored Oct 6, 2024
2 parents 0224747 + 9a21b7c commit aa2aefa
Showing 1 changed file with 9 additions and 4 deletions.
13 changes: 9 additions & 4 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,16 +2,19 @@ name: tests

on:
push:
branches: [ "main" ]
branches:
- main
- '*.x'
pull_request:
branches: [ "main" ]
branches:
- main

permissions:
contents: read

jobs:
tests:
runs-on: ubuntu-latest
runs-on: ubuntu-24.04

strategy:
fail-fast: true
Expand All @@ -28,4 +31,6 @@ jobs:
run: composer install --prefer-dist --no-interaction --no-progress

- name: Run test suite
run: composer run-script test
env:
XDEBUG_MODE: coverage
run: composer test

0 comments on commit aa2aefa

Please sign in to comment.