We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0bdc9fb commit 8101cc6Copy full SHA for 8101cc6
1 file changed
.github/workflows/tests.yml
@@ -13,7 +13,7 @@ on:
13
jobs: # Docs: <https://git.io/JvxXE>
14
php:
15
name: PHP ${{ matrix.php }}, ${{ matrix.setup }} setup
16
- runs-on: ubuntu-20.04
+ runs-on: ubuntu-24.04
17
timeout-minutes: 10
18
strategy:
19
fail-fast: false
@@ -73,7 +73,7 @@ jobs: # Docs: <https://git.io/JvxXE>
73
74
lint-changelog:
75
name: Lint changelog file
76
77
steps:
78
- name: Check out code
79
uses: actions/checkout@v4
0 commit comments