Skip to content

Commit

Permalink
Merge remote-tracking branch 'upstream/master' into simuliidae
Browse files Browse the repository at this point in the history
  • Loading branch information
adixon committed Aug 21, 2024
2 parents 67c2f02 + 127ac21 commit 45f6c4f
Show file tree
Hide file tree
Showing 54 changed files with 135 additions and 1,636 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
outputs:
strategy: ${{ steps.generate-jobs.outputs.strategy }}
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- uses: docker-library/bashbrew@HEAD
- id: generate-jobs
name: Generate Jobs
Expand All @@ -44,7 +44,7 @@ jobs:
name: ${{ matrix.name }}
runs-on: ${{ matrix.os }}
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Prepare Environment
run: ${{ matrix.runs.prepare }}
- name: Pull Dependencies
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/verify-templating.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
name: Check For Uncomitted Changes
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Apply Templates
run: ./apply-templates.sh
- name: Check Git Status
Expand Down
91 changes: 0 additions & 91 deletions 10.1/php8.1/apache-bookworm/Dockerfile

This file was deleted.

91 changes: 0 additions & 91 deletions 10.1/php8.1/apache-bullseye/Dockerfile

This file was deleted.

80 changes: 0 additions & 80 deletions 10.1/php8.1/fpm-alpine3.19/Dockerfile

This file was deleted.

80 changes: 0 additions & 80 deletions 10.1/php8.1/fpm-alpine3.20/Dockerfile

This file was deleted.

Loading

0 comments on commit 45f6c4f

Please sign in to comment.