Skip to content

Commit

Permalink
refactor(ci): Move matrix to later
Browse files Browse the repository at this point in the history
  • Loading branch information
leocavalcante committed Mar 16, 2024
1 parent 9e9c5a3 commit d35c416
Showing 1 changed file with 2 additions and 7 deletions.
9 changes: 2 additions & 7 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
name: CI

on:
push:
branches: [ "main" ]
Expand All @@ -10,18 +9,14 @@ permissions:
contents: read

jobs:
build:
test:
runs-on: ubuntu-latest
strategy:
matrix:
php-version: ['8.2', '8.3']

steps:
- uses: actions/checkout@v3
- uses: devcontainers/[email protected]
name: Pre-build image and run make ci-build in dev container
with:
imageName: ghcr.io/opencodeco/testcontainers-php-devcontainer
cacheFrom: ghcr.io/opencodeco/testcontainers-php-devcontainer
push: always
push: never
runCmd: composer test

0 comments on commit d35c416

Please sign in to comment.