Skip to content

Commit 556270b

Browse files
authored
ci: Add Support for PHP 8.4
1 parent f3eb48d commit 556270b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/Build-Test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
fail-fast: false
1616
matrix:
1717
operating-system: [ubuntu-22.04]
18-
php-versions: ['7.4', '8.0', '8.1', '8.2', '8.3', '8.4']
18+
php-versions: ['7.4', '8.0', '8.1', '8.2', '8.3', '8.4', '8.5']
1919
include:
2020
- operating-system: ubuntu-20.04
2121
php-versions: '7.4'
@@ -31,7 +31,7 @@ jobs:
3131
steps:
3232
# Checks out a copy of your repository on the ubuntu machine
3333
- name: Checkout code
34-
uses: actions/checkout@v4
34+
uses: actions/checkout@v6
3535

3636
- name: Setup PHP Action
3737
uses: shivammathur/setup-php@v2

0 commit comments

Comments
 (0)