Skip to content

Commit cffb754

Browse files
authored
Merge pull request #9 from LordSimal/update-ci
add PHP 8.3 and update base image
2 parents 4f924bd + 7b090f5 commit cffb754

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,11 +14,11 @@ permissions:
1414

1515
jobs:
1616
testsuite-linux:
17-
runs-on: ubuntu-22.04
17+
runs-on: ubuntu-24.04
1818
strategy:
1919
fail-fast: false
2020
matrix:
21-
php-version: [ '7.4', '8.0', '8.1', '8.2' ]
21+
php-version: [ '7.4', '8.0', '8.1', '8.2', '8.3' ]
2222
db-type: [ sqlite, mysql, pgsql ]
2323

2424
services:

0 commit comments

Comments
 (0)