We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 243910d commit c735f7fCopy full SHA for c735f7f
.github/workflows/build.yml
@@ -7,14 +7,14 @@ on:
7
jobs:
8
linux_tests:
9
name: PHP on ${{ matrix.php }} - ${{ matrix.stability }} - ${{ matrix.composer-flags }}
10
- runs-on: ubuntu-20.04
+ runs-on: ubuntu-22.04
11
strategy:
12
matrix:
13
php: ['8.1', '8.2', '8.3', '8.4']
14
stability: [prefer-lowest, prefer-stable]
15
steps:
16
- name: Checkout code
17
- uses: actions/checkout@v3
+ uses: actions/checkout@v4
18
19
- name: Setup PHP
20
uses: shivammathur/setup-php@v2
0 commit comments