mirror of
https://github.com/InvoiceShelf/InvoiceShelf.git
synced 2026-04-19 19:24:03 +00:00
GitHub Actions Tweaks (#457)
* Remove PHP 8.2 from tests * Fix docker hub repository name * Improve action labels * Ignore .github folder from check CI
This commit is contained in:
committed by
GitHub
parent
23f6b1877f
commit
f47b6d51f2
2
.github/workflows/check.yaml
vendored
2
.github/workflows/check.yaml
vendored
@@ -4,6 +4,7 @@ name: Check
|
||||
on:
|
||||
push:
|
||||
paths-ignore:
|
||||
- '.github/**/*'
|
||||
- '**/*.md'
|
||||
- 'public/build/*.js'
|
||||
- 'public/build/**/*.js'
|
||||
@@ -63,7 +64,6 @@ jobs:
|
||||
strategy:
|
||||
matrix:
|
||||
php-version:
|
||||
- 8.2
|
||||
- 8.3
|
||||
- 8.4
|
||||
env:
|
||||
|
||||
Reference in New Issue
Block a user