Skip to content

Commit 482a60c

Browse files
committed
Move test to new structure
1 parent 3dc68c1 commit 482a60c

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/extensions-up-to-date.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: PHP extensions up to date
1+
name: PHP extensions up to date
22
on:
33
- push
44
- workflow_dispatch
@@ -7,15 +7,15 @@ on:
77
jobs:
88
test:
99
name: Run tests
10-
runs-on: 'ubuntu-20.04'
10+
runs-on: 'ubuntu-latest'
1111
steps:
1212
- name: Checkout
1313
uses: actions/checkout@v2
1414

15-
- name: Dump module output
15+
- name: Dump module output
1616
run: |
17-
export MODULES=$(docker run --rm ghcr.io/violinist-dev/php-base:7.4-multi php -m)
18-
envsubst < content/extensions.txt > content/extensions.md
17+
export MODULES=$(docker run --rm ghcr.io/violinist-dev/php-base:8.3-multi php -m)
18+
envsubst < docs/introduction/extensions.txt > docs/introduction/extensions.mdx
1919
2020
- name: Check it's the same
2121
run: |

0 commit comments

Comments
 (0)