Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
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
4 changes: 2 additions & 2 deletions .github/workflows/databases-nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:

jobs:
mysql_9:
runs-on: ubuntu-24.04
runs-on: ubuntu-26.04

services:
mysql:
Expand Down Expand Up @@ -51,7 +51,7 @@ jobs:
DB_CONNECTION: mysql

mariadb:
runs-on: ubuntu-24.04
runs-on: ubuntu-26.04
continue-on-error: true

services:
Expand Down
14 changes: 7 additions & 7 deletions .github/workflows/databases.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ on:

jobs:
mysql_57:
runs-on: ubuntu-24.04
runs-on: ubuntu-26.04
timeout-minutes: 5

services:
Expand Down Expand Up @@ -56,7 +56,7 @@ jobs:
DB_COLLATION: utf8mb4_unicode_ci

mysql_8:
runs-on: ubuntu-24.04
runs-on: ubuntu-26.04
timeout-minutes: 5

services:
Expand Down Expand Up @@ -102,7 +102,7 @@ jobs:
DB_CONNECTION: mysql

mariadb:
runs-on: ubuntu-24.04
runs-on: ubuntu-26.04
timeout-minutes: 5

services:
Expand Down Expand Up @@ -148,7 +148,7 @@ jobs:
DB_CONNECTION: mariadb

pgsql_18:
runs-on: ubuntu-24.04
runs-on: ubuntu-26.04
timeout-minutes: 5

services:
Expand Down Expand Up @@ -197,7 +197,7 @@ jobs:
DB_PASSWORD: password

pgsql_14:
runs-on: ubuntu-24.04
runs-on: ubuntu-26.04
timeout-minutes: 5

services:
Expand Down Expand Up @@ -246,7 +246,7 @@ jobs:
DB_PASSWORD: password

pgsql_10:
runs-on: ubuntu-24.04
runs-on: ubuntu-26.04
timeout-minutes: 5

services:
Expand Down Expand Up @@ -391,7 +391,7 @@ jobs:
DB_PASSWORD: Forge123

sqlite:
runs-on: ubuntu-24.04
runs-on: ubuntu-26.04
timeout-minutes: 5

strategy:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/facades.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ permissions:

jobs:
update:
runs-on: ubuntu-24.04
runs-on: ubuntu-26.04

strategy:
fail-fast: true
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/queues.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ on:

jobs:
sync:
runs-on: ubuntu-24.04
runs-on: ubuntu-26.04

strategy:
fail-fast: true
Expand Down Expand Up @@ -44,7 +44,7 @@ jobs:
QUEUE_CONNECTION: sync

database:
runs-on: ubuntu-24.04
runs-on: ubuntu-26.04

strategy:
fail-fast: true
Expand Down Expand Up @@ -83,7 +83,7 @@ jobs:
QUEUE_CONNECTION: database

beanstalkd:
runs-on: ubuntu-24.04
runs-on: ubuntu-26.04

strategy:
fail-fast: true
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/redis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ on:

jobs:
redis:
runs-on: ubuntu-24.04
runs-on: ubuntu-26.04

services:
redis:
Expand Down Expand Up @@ -62,7 +62,7 @@ jobs:
QUEUE_CONNECTION: redis

redis-cluster:
runs-on: ubuntu-24.04
runs-on: ubuntu-26.04

strategy:
fail-fast: true
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/releases.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ permissions:

jobs:
release:
runs-on: ubuntu-24.04
runs-on: ubuntu-26.04

name: Release ${{ inputs.version }}

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/static-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ on:

jobs:
types:
runs-on: ubuntu-24.04
runs-on: ubuntu-26.04

strategy:
fail-fast: true
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ on:

jobs:
linux_tests:
runs-on: ubuntu-24.04
runs-on: ubuntu-26.04

services:
memcached:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/update-assets.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ permissions:

jobs:
update:
runs-on: ubuntu-latest
runs-on: ubuntu-26.04

steps:
- name: Checkout Code
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:

jobs:
run:
runs-on: ubuntu-24.04
runs-on: ubuntu-26.04
steps:
- uses: superbrothers/close-pull-request@v3
with:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:

jobs:
run:
runs-on: ubuntu-24.04
runs-on: ubuntu-26.04
steps:
- uses: superbrothers/close-pull-request@v3
with:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:

jobs:
run:
runs-on: ubuntu-24.04
runs-on: ubuntu-26.04
steps:
- uses: superbrothers/close-pull-request@v3
with:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:

jobs:
run:
runs-on: ubuntu-24.04
runs-on: ubuntu-26.04
steps:
- uses: superbrothers/close-pull-request@v3
with:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:

jobs:
run:
runs-on: ubuntu-24.04
runs-on: ubuntu-26.04
steps:
- uses: superbrothers/close-pull-request@v3
with:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:

jobs:
run:
runs-on: ubuntu-24.04
runs-on: ubuntu-26.04
steps:
- uses: superbrothers/close-pull-request@v3
with:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:

jobs:
run:
runs-on: ubuntu-24.04
runs-on: ubuntu-26.04
steps:
- uses: superbrothers/close-pull-request@v3
with:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:

jobs:
run:
runs-on: ubuntu-24.04
runs-on: ubuntu-26.04
steps:
- uses: superbrothers/close-pull-request@v3
with:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:

jobs:
run:
runs-on: ubuntu-24.04
runs-on: ubuntu-26.04
steps:
- uses: superbrothers/close-pull-request@v3
with:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:

jobs:
run:
runs-on: ubuntu-24.04
runs-on: ubuntu-26.04
steps:
- uses: superbrothers/close-pull-request@v3
with:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:

jobs:
run:
runs-on: ubuntu-24.04
runs-on: ubuntu-26.04
steps:
- uses: superbrothers/close-pull-request@v3
with:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:

jobs:
run:
runs-on: ubuntu-24.04
runs-on: ubuntu-26.04
steps:
- uses: superbrothers/close-pull-request@v3
with:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:

jobs:
run:
runs-on: ubuntu-24.04
runs-on: ubuntu-26.04
steps:
- uses: superbrothers/close-pull-request@v3
with:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:

jobs:
run:
runs-on: ubuntu-24.04
runs-on: ubuntu-26.04
steps:
- uses: superbrothers/close-pull-request@v3
with:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:

jobs:
run:
runs-on: ubuntu-24.04
runs-on: ubuntu-26.04
steps:
- uses: superbrothers/close-pull-request@v3
with:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:

jobs:
run:
runs-on: ubuntu-24.04
runs-on: ubuntu-26.04
steps:
- uses: superbrothers/close-pull-request@v3
with:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:

jobs:
run:
runs-on: ubuntu-24.04
runs-on: ubuntu-26.04
steps:
- uses: superbrothers/close-pull-request@v3
with:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:

jobs:
run:
runs-on: ubuntu-24.04
runs-on: ubuntu-26.04
steps:
- uses: superbrothers/close-pull-request@v3
with:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:

jobs:
run:
runs-on: ubuntu-24.04
runs-on: ubuntu-26.04
steps:
- uses: superbrothers/close-pull-request@v3
with:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:

jobs:
run:
runs-on: ubuntu-24.04
runs-on: ubuntu-26.04
steps:
- uses: superbrothers/close-pull-request@v3
with:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:

jobs:
run:
runs-on: ubuntu-24.04
runs-on: ubuntu-26.04
steps:
- uses: superbrothers/close-pull-request@v3
with:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:

jobs:
run:
runs-on: ubuntu-24.04
runs-on: ubuntu-26.04
steps:
- uses: superbrothers/close-pull-request@v3
with:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:

jobs:
run:
runs-on: ubuntu-24.04
runs-on: ubuntu-26.04
steps:
- uses: superbrothers/close-pull-request@v3
with:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:

jobs:
run:
runs-on: ubuntu-24.04
runs-on: ubuntu-26.04
steps:
- uses: superbrothers/close-pull-request@v3
with:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:

jobs:
run:
runs-on: ubuntu-24.04
runs-on: ubuntu-26.04
steps:
- uses: superbrothers/close-pull-request@v3
with:
Expand Down
Loading
Loading