Skip to content

Commit ad13022

Browse files
committed
test with php 8.4 and 8.5
1 parent 4f7c38e commit ad13022

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/test-application.yaml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ on:
1111
jobs:
1212
test:
1313
name: "PHP ${{ matrix.php-version }} ${{ matrix.dependencies }} ${{ matrix.dev-dependencies && 'dev' }}"
14-
runs-on: ubuntu-20.04
14+
runs-on: ubuntu-latest
1515

1616
strategy:
1717
fail-fast: false
@@ -22,7 +22,8 @@ jobs:
2222
- php-version: '8.1'
2323
- php-version: '8.2'
2424
- php-version: '8.3'
25-
- php-version: '8.3'
25+
- php-version: '8.4'
26+
- php-version: '8.5'
2627

2728
steps:
2829
- name: Checkout project

0 commit comments

Comments
 (0)