Skip to content
Open
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
2 changes: 1 addition & 1 deletion .github/workflows/configlet-generate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ on:

jobs:
configlet-generate:
runs-on: ubuntu-24.04
runs-on: ubuntu-26.04

permissions:
contents: write
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/exercise-lint-phpcs-psr-12.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
fail-fast: false
matrix:
php-version: [8.4]
os: [ubuntu-24.04]
os: [ubuntu-26.04]

steps:
- uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/exercise-tests-phpunit-11.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
fail-fast: false
matrix:
php-version: [8.2, 8.3, 8.4]
os: [ubuntu-24.04, windows-2022, macOS-14]
os: [ubuntu-26.04, windows-2022, macOS-14]

steps:
- name: Set git line endings
Expand Down
Loading