Skip to content

Commit

Permalink
adjust workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
koertho committed Feb 19, 2024
1 parent 24ff240 commit 5305fac
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ jobs:
strategy:
fail-fast: false
matrix:
php: [ 8.1, 8.2 ]
contao: [ 4.13.*, 5.2.* ]
php: [ 8.1, 8.2, 8.3 ]
contao: [ 4.13.*, 5.3.* ]

steps:
- name: Setup PHP
Expand Down Expand Up @@ -65,7 +65,7 @@ jobs:
- name: Setup PHP
uses: shivammathur/setup-php@v2
with:
php-version: 8.2
php-version: 8.3

- name: Checkout
uses: actions/checkout@v2
Expand Down

0 comments on commit 5305fac

Please sign in to comment.