Skip to content

Commit

Permalink
Update codeigniter.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
alexandergotts authored Feb 5, 2024
1 parent 2816900 commit 71284dd
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/codeigniter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
strategy:
matrix:
operating-system: [ubuntu-latest]
php-versions: ['7.4']
php-versions: ['8.0']
runs-on: ${{ matrix.operating-system }}
steps:
- name: Checkout
Expand Down Expand Up @@ -65,7 +65,7 @@ jobs:
strategy:
matrix:
operating-system: [ubuntu-latest]
php-versions: ['7.4']
php-versions: ['8.0']
runs-on: ${{ matrix.operating-system }}
steps:
- name: Checkout
Expand Down Expand Up @@ -122,7 +122,7 @@ jobs:
strategy:
matrix:
operating-system: [ubuntu-latest]
php-versions: ['7.4']
php-versions: ['8.0']
runs-on: ${{ matrix.operating-system }}
continue-on-error: true
steps:
Expand Down

0 comments on commit 71284dd

Please sign in to comment.