Skip to content

Commit

Permalink
Merge pull request #128 from iMattPro/updates
Browse files Browse the repository at this point in the history
Updates
  • Loading branch information
iMattPro authored Dec 20, 2023
2 parents 7a4e97d + 0d0659a commit 0d64247
Show file tree
Hide file tree
Showing 10 changed files with 168 additions and 266 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -125,6 +125,8 @@ jobs:
db: "mysql:5.7"
- php: '8.2'
db: "mysql:5.7"
- php: '8.3'
db: "mysql:5.7"

name: PHP ${{ matrix.php }} - ${{ matrix.db_alias != '' && matrix.db_alias || matrix.db }}

Expand Down Expand Up @@ -266,6 +268,8 @@ jobs:
db: "postgres:14"
- php: '8.2'
db: "postgres:14"
- php: '8.3'
db: "postgres:14"

name: PHP ${{ matrix.php }} - ${{ matrix.db }}

Expand Down
4 changes: 2 additions & 2 deletions adm/style/event/acp_posting_buttons_before.html
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{% INCLUDEJS '@vse_abbc3/js/abbc3.min.js' %}
{% INCLUDECSS '@vse_abbc3/abbc3_common.min.css' %}
{% INCLUDECSS '@vse_abbc3/abbc3_common.css' %}
{% if S_ABBC3_BBCODES_BAR %}
{% INCLUDECSS '@vse_abbc3/abbc3_posting.min.css' %}
{% INCLUDECSS '@vse_abbc3/abbc3_posting.css' %}
{% include '@vse_abbc3/abbc3_posting_buttons.html' %}
{% endif %}
Loading

0 comments on commit 0d64247

Please sign in to comment.