Skip to content

Commit aecc853

Browse files
authored
Merge pull request #363 from iMattPro/fixes
Repo fixes
2 parents e27777d + 0d70e1a commit aecc853

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -358,7 +358,7 @@ jobs:
358358

359359
# START Other Tests Job (SQLite 3 and mssql)
360360
other-tests:
361-
runs-on: ubuntu-22.04
361+
runs-on: ubuntu-20.04
362362
strategy:
363363
matrix:
364364
include:

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
This is the repository for the development of the phpBB Board Rules Extension.
44

5-
[![Build Status](https://github.com/phpbb-extensions/boardrules/workflows/Tests/badge.svg)](https://github.com/phpbb-extensions/boardrules/actions)
5+
[![Build Status](https://github.com/phpbb-extensions/boardrules/actions/workflows/tests.yml/badge.svg)](https://github.com/phpbb-extensions/boardrules/actions)
66
[![codecov](https://codecov.io/gh/phpbb-extensions/boardrules/graph/badge.svg?token=YetAXFXZyQ)](https://codecov.io/gh/phpbb-extensions/boardrules)
77
[![Code Climate](https://codeclimate.com/github/phpbb-extensions/boardrules/badges/gpa.svg)](https://codeclimate.com/github/phpbb-extensions/boardrules)
88

0 commit comments

Comments
 (0)