Skip to content

Commit f74982d

Browse files
authored
Merge pull request #36 from burzum/dereuromark-patch-1
Fix up test matrix
2 parents 7467bed + 8c66435 commit f74982d

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/ci.yml

+5-5
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,11 @@ on:
77

88
jobs:
99
testsuite:
10-
runs-on: ubuntu-18.04
10+
runs-on: ubuntu-22.04
1111
strategy:
1212
fail-fast: false
1313
matrix:
14-
php-version: ['7.4', '8.1']
14+
php-version: ['7.4', '8.2']
1515
db-type: [sqlite, mysql, pgsql]
1616
prefer-lowest: ['']
1717
include:
@@ -28,7 +28,7 @@ jobs:
2828
POSTGRES_PASSWORD: postgres
2929

3030
steps:
31-
- uses: actions/checkout@v2
31+
- uses: actions/checkout@v3
3232

3333
- name: Setup Service
3434
if: matrix.db-type == 'mysql'
@@ -82,10 +82,10 @@ jobs:
8282

8383
validation:
8484
name: Coding Standard & Static Analysis
85-
runs-on: ubuntu-18.04
85+
runs-on: ubuntu-22.04
8686

8787
steps:
88-
- uses: actions/checkout@v2
88+
- uses: actions/checkout@v3
8989

9090
- name: Setup PHP
9191
uses: shivammathur/setup-php@v2

0 commit comments

Comments
 (0)