Skip to content

Commit 3a2e584

Browse files
committed
Added PHP 8.3, 8.4, 8.5 tests
1 parent d705c7d commit 3a2e584

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/main.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121

2222
strategy:
2323
matrix:
24-
php-version: [ '8.1', '8.2' ]
24+
php-version: [ '8.1', '8.2', '8.3', '8.4', '8.5' ]
2525
operating-system: [ 'ubuntu-latest' ]
2626
fail-fast: false
2727

@@ -80,7 +80,7 @@ jobs:
8080

8181
strategy:
8282
matrix:
83-
php-version: [ '8.1', '8.2' ]
83+
php-version: [ '8.1', '8.2', '8.3', '8.4', '8.5' ]
8484
operating-system: [ 'ubuntu-latest' ]
8585
fail-fast: false
8686

@@ -136,7 +136,7 @@ jobs:
136136

137137
strategy:
138138
matrix:
139-
php-version: [ '8.1', '8.2' ]
139+
php-version: [ '8.1', '8.2', '8.3', '8.4', '8.5' ]
140140
operating-system: [ 'ubuntu-latest' ]
141141
composer-args: [ '' ]
142142

@@ -194,7 +194,7 @@ jobs:
194194

195195
strategy:
196196
matrix:
197-
php-version: [ '8.1', '8.2' ]
197+
php-version: [ '8.1', '8.2', '8.3', '8.4', '8.5' ]
198198
operating-system: [ 'ubuntu-latest' ]
199199
fail-fast: false
200200

0 commit comments

Comments
 (0)