Skip to content

Commit

Permalink
Merge branch 'master' into dev/update-php-8
Browse files Browse the repository at this point in the history
  • Loading branch information
kohanax authored Jun 26, 2024
2 parents 413f169 + cc150fb commit 3670df0
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ jobs:
test:
name: PHP ${{ matrix.php-version }}

runs-on: ubuntu-18.04
runs-on: ubuntu-20.04

strategy:
fail-fast: false
Expand All @@ -18,6 +18,8 @@ jobs:
- 7.4
- 8.0
- 8.1
- 8.2
- 8.3

steps:
- name: Checkout
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Test helpers for Symfony projects
# Test helpers for Kohana/Symfony projects

[![Build Status](https://travis-ci.org/InterNations/TestingComponent.svg)](https://travis-ci.org/InterNations/TestingComponent)
[![Test](https://github.com/kohanaworld/testing-component/actions/workflows/tests.yaml/badge.svg)](https://github.com/kohanaworld/testing-component/actions/workflows/tests.yaml)

A collection of test helpers to ease testing of Symfony3 projects.

Expand Down

0 comments on commit 3670df0

Please sign in to comment.