Skip to content

Commit ac0f86c

Browse files
updated actions version
1 parent 32014ca commit ac0f86c

4 files changed

Lines changed: 3 additions & 32 deletions

File tree

.github/workflows/ci.yml

Lines changed: 0 additions & 8 deletions
This file was deleted.

.github/workflows/publish.yml

Lines changed: 0 additions & 21 deletions
This file was deleted.

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
name: Test
22

33
on:
4-
workflow_call:
4+
push:
55

66
jobs:
77
test:
@@ -11,7 +11,7 @@ jobs:
1111
php-version: ['8.3', '8.4']
1212

1313
steps:
14-
- uses: actions/checkout@v4
14+
- uses: actions/checkout@v6
1515
- uses: shivammathur/setup-php@v2
1616
with:
1717
php-version: ${{ matrix.php-version }}

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ test:
66
test-integration:
77
./tests/run_integration_test.sh
88

9-
package:
9+
package: test
1010
#@echo -n ""
1111

1212
release: package

0 commit comments

Comments
 (0)