Skip to content

Commit 4e7a63d

Browse files
committed
revert: remove workflow testing
1 parent 3d61658 commit 4e7a63d

File tree

2 files changed

+1
-188
lines changed

2 files changed

+1
-188
lines changed

.github/workflows/backend.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,12 +4,11 @@ on: [workflow_dispatch, push, pull_request]
44

55
jobs:
66
run:
7-
uses: ./.github/workflows/reusable.yml
7+
uses: flarum/framework/.github/workflows/REUSABLE_backend.yml@main
88
with:
99
enable_backend_testing: true
1010

1111
backend_directory: .
1212
php_versions: '["8.0", "8.1"]'
1313
php_extensions: curl, dom, gd, json, mbstring, openssl, pdo_mysql, tokenizer, zip, gmp, FFI
1414
php_ini_values: error_reporting=E_ALL, ffi.enable=true
15-
operating_systems: '["ubuntu-latest", "debian-latest"]'

.github/workflows/reusable.yml

Lines changed: 0 additions & 186 deletions
This file was deleted.

0 commit comments

Comments
 (0)