1
0
mirror of https://github.com/BookStackApp/BookStack.git synced 2025-08-09 10:22:51 +03:00

CI: Added php8.4 to CI suites, bumped action/os versions

This commit is contained in:
Dan Brown
2024-12-11 18:50:10 +00:00
parent 509af2463d
commit 0ece664475
4 changed files with 10 additions and 10 deletions

View File

@@ -11,9 +11,9 @@ on:
jobs:
build:
if: ${{ github.ref != 'refs/heads/l10n_development' }}
runs-on: ubuntu-22.04
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@v1
- uses: actions/checkout@v4
- name: Setup PHP
uses: shivammathur/setup-php@v2