Skip to content

Commit

Permalink
Remove old versions from gitlab CI
Browse files Browse the repository at this point in the history
  • Loading branch information
lochmueller committed Mar 12, 2024
1 parent 182f24f commit 1eb2c93
Showing 1 changed file with 4 additions and 10 deletions.
14 changes: 4 additions & 10 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,18 +12,12 @@ jobs:
fail-fast: false
matrix:
include:
- php: "7.4"
typo3: "10.4"
news: "8.6"
- php: "7.4"
typo3: "11.5"
news: "9.4"
- php: "7.4"
typo3: "11.5"
news: "10.0.3"
- php: "8.1"
typo3: "12.4"
news: "11.0"
- php: "8.2"
typo3: "12.4"
news: "11.2"
news: "11.0"
runs-on: ubuntu-latest
steps:
- name: Checkout
Expand Down

0 comments on commit 1eb2c93

Please sign in to comment.