We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3dc68c1 commit 482a60cCopy full SHA for 482a60c
.github/workflows/extensions-up-to-date.yml
@@ -1,4 +1,4 @@
1
-name: PHP extensions up to date
+name: PHP extensions up to date
2
on:
3
- push
4
- workflow_dispatch
@@ -7,15 +7,15 @@ on:
7
jobs:
8
test:
9
name: Run tests
10
- runs-on: 'ubuntu-20.04'
+ runs-on: 'ubuntu-latest'
11
steps:
12
- name: Checkout
13
uses: actions/checkout@v2
14
15
- - name: Dump module output
+ - name: Dump module output
16
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
+ export MODULES=$(docker run --rm ghcr.io/violinist-dev/php-base:8.3-multi php -m)
+ envsubst < docs/introduction/extensions.txt > docs/introduction/extensions.mdx
19
20
- name: Check it's the same
21
0 commit comments