Skip to content

Commit 1831325

Browse files
committed
ci for 8.5
1 parent 6fa980d commit 1831325

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

.github/workflows/phpci.yml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,16 +11,17 @@ on:
1111
jobs:
1212
build:
1313
runs-on: ubuntu-latest
14+
strategy:
15+
matrix:
16+
php-versions: ['8.4', '8.5']
17+
1418
steps:
1519
- uses: actions/checkout@v6
1620

1721
- name: Setup PHP
1822
uses: shivammathur/setup-php@v2
1923
with:
20-
php-version: '8.4'
21-
22-
- name: PHP Security Checker
23-
uses: StephaneBour/[email protected]
24+
php-version: ${{ matrix.php-versions }}
2425

2526
- name: Setup project
2627
run: make setup

0 commit comments

Comments
 (0)