Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions .github/workflows/keepalive.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,13 @@ concurrency:
group: keepalive
cancel-in-progress: false

permissions:
actions: write

jobs:
keepalive:
name: Keep Workflows Alive on Ubuntu 24.04
runs-on: ubuntu-24.04
permissions:
actions: write
steps:
- name: Re-enable Workflows
env:
Expand Down
7 changes: 4 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,13 +9,14 @@ on:
- cron: '0 0 * * *'
workflow_dispatch:

permissions:
contents: read
id-token: write

jobs:
test:
name: PHPUnit ${{ matrix.phpunit-version }} on PHP ${{ matrix.php-version }} (Ubuntu 24.04)
runs-on: ubuntu-24.04
permissions:
contents: read
id-token: write
strategy:
matrix:
php-version:
Expand Down