We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 7467bed + 8c66435 commit f74982dCopy full SHA for f74982d
.github/workflows/ci.yml
@@ -7,11 +7,11 @@ on:
7
8
jobs:
9
testsuite:
10
- runs-on: ubuntu-18.04
+ runs-on: ubuntu-22.04
11
strategy:
12
fail-fast: false
13
matrix:
14
- php-version: ['7.4', '8.1']
+ php-version: ['7.4', '8.2']
15
db-type: [sqlite, mysql, pgsql]
16
prefer-lowest: ['']
17
include:
@@ -28,7 +28,7 @@ jobs:
28
POSTGRES_PASSWORD: postgres
29
30
steps:
31
- - uses: actions/checkout@v2
+ - uses: actions/checkout@v3
32
33
- name: Setup Service
34
if: matrix.db-type == 'mysql'
@@ -82,10 +82,10 @@ jobs:
82
83
validation:
84
name: Coding Standard & Static Analysis
85
86
87
88
89
90
- name: Setup PHP
91
uses: shivammathur/setup-php@v2
0 commit comments