Skip to content

Commit d4848b1

Browse files
Include latest PHP versions on CI
1 parent e7b68e7 commit d4848b1

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
@@ -7,9 +7,9 @@ jobs:
77
runs-on: ubuntu-latest
88
strategy:
99
matrix:
10-
php-versions: ['7.4', '8.0', '8.1', '8.2']
10+
php-versions: ['7.4', '8.0', '8.1', '8.2', '8.3', '8.4']
1111
include:
12-
- php-versions: 8.2
12+
- php-versions: 8.4
1313
PHP_CS_FIXER_IGNORE_ENV: 1
1414
name: PHP ${{ matrix.php-versions }}
1515
steps:

0 commit comments

Comments
 (0)