Skip to content

Commit 2c33cf5

Browse files
authored
add php 8.4 support and bump workflow actions (#10)
1 parent d098aed commit 2c33cf5

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

.github/workflows/build.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,12 @@ jobs:
99
matrix:
1010
php-version:
1111
- "8.3"
12+
- "8.4"
1213

1314
runs-on: ubuntu-latest
1415

1516
steps:
16-
- uses: actions/checkout@v2
17+
- uses: actions/checkout@v4
1718

1819
- name: "Installing PHP"
1920
uses: "shivammathur/setup-php@v2"
@@ -22,7 +23,7 @@ jobs:
2223
ini-values: memory_limit=-1
2324

2425
- name: "Install composer dependencies"
25-
uses: "ramsey/composer-install@v2"
26+
uses: "ramsey/composer-install@v3"
2627

2728
- name: Run test suite
2829
run: PHP_CS_FIXER_IGNORE_ENV=1 composer build

0 commit comments

Comments
 (0)