Skip to content

Commit 9709acd

Browse files
committed
Merge branch 'master' into dev
2 parents 9ed953a + c6d0b13 commit 9709acd

File tree

2 files changed

+12
-11
lines changed

2 files changed

+12
-11
lines changed

.github/workflows/php83.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,4 +38,4 @@ jobs:
3838
- name: CodeCov
3939
uses: codecov/codecov-action@v4
4040
with:
41-
token: ${{ secrets.CODECOV_TOKEN }}
41+
token: ${{ secrets.CODECOV_TOKEN }}

README.md

Lines changed: 11 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22
A set of classes that provide basic web pages creation utilities in addition to creating the DOM of web pages.
33

44
<p align="center">
5-
<a href="https://github.com/WebFiori/database/actions">
6-
<img src="https://github.com/WebFiori/ui/workflows/Build%20PHP%208.2/badge.svg?branch=master">
5+
<a href="https://github.com/WebFiori/ui/actions">
6+
<img src="https://github.com/WebFiori/ui/actions/workflows/php83.yml/badge.svg?branch=master">
77
</a>
88
<a href="https://codecov.io/gh/WebFiori/ui">
99
<img src="https://codecov.io/gh/WebFiori/ui/branch/master/graph/badge.svg" />
@@ -35,14 +35,15 @@ A set of classes that provide basic web pages creation utilities in addition to
3535
## Supported PHP Versions
3636
| Build Status |
3737
|:----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------:|
38-
| <a target="_blank" href="https://github.com/WebFiori/ui/actions/workflows/php70.yml"><img src="https://github.com/WebFiori/ui/workflows/Build%20PHP%207.0/badge.svg?branch=master"></a> |
39-
| <a target="_blank" href="https://github.com/WebFiori/ui/actions/workflows/php71.yml"><img src="https://github.com/WebFiori/ui/workflows/Build%20PHP%207.1/badge.svg?branch=master"></a> |
40-
| <a target="_blank" href="https://github.com/WebFiori/ui/actions/workflows/php72.yml"><img src="https://github.com/WebFiori/ui/workflows/Build%20PHP%207.2/badge.svg?branch=master"></a> |
41-
| <a target="_blank" href="https://github.com/WebFiori/ui/actions/workflows/php73.yml"><img src="https://github.com/WebFiori/ui/workflows/Build%20PHP%207.3/badge.svg?branch=master"></a> |
42-
| <a target="_blank" href="https://github.com/WebFiori/ui/actions/workflows/php74.yml"><img src="https://github.com/WebFiori/ui/workflows/Build%20PHP%207.4/badge.svg?branch=master"></a> |
43-
| <a target="_blank" href="https://github.com/WebFiori/ui/actions/workflows/php80.yml"><img src="https://github.com/WebFiori/ui/workflows/Build%20PHP%208.0/badge.svg?branch=master"></a> |
44-
| <a target="_blank" href="https://github.com/WebFiori/ui/actions/workflows/php81.yml"><img src="https://github.com/WebFiori/ui/workflows/Build%20PHP%208.1/badge.svg?branch=master"></a> |
45-
| <a target="_blank" href="https://github.com/WebFiori/ui/actions/workflows/php82.yml"><img src="https://github.com/WebFiori/ui/workflows/Build%20PHP%208.2/badge.svg?branch=master"></a> |
38+
| <a target="_blank" href="https://github.com/WebFiori/ui/actions/workflows/php70.yml"><img src="https://github.com/WebFiori/ui/actions/workflows/php70.yml/badge.svg?branch=master"></a> |
39+
| <a target="_blank" href="https://github.com/WebFiori/ui/actions/workflows/php71.yml"><img src="https://github.com/WebFiori/ui/actions/workflows/php71.yml/badge.svg?branch=master"></a> |
40+
| <a target="_blank" href="https://github.com/WebFiori/ui/actions/workflows/php72.yml"><img src="https://github.com/WebFiori/ui/actions/workflows/php72.yml/badge.svg?branch=master"></a> |
41+
| <a target="_blank" href="https://github.com/WebFiori/ui/actions/workflows/php73.yml"><img src="https://github.com/WebFiori/ui/actions/workflows/php73.yml/badge.svg?branch=master"></a> |
42+
| <a target="_blank" href="https://github.com/WebFiori/ui/actions/workflows/php74.yml"><img src="https://github.com/WebFiori/ui/actions/workflows/php74.yml/badge.svg?branch=master"></a> |
43+
| <a target="_blank" href="https://github.com/WebFiori/ui/actions/workflows/php80.yml"><img src="https://github.com/WebFiori/ui/actions/workflows/php80.yml/badge.svg?branch=master"></a> |
44+
| <a target="_blank" href="https://github.com/WebFiori/ui/actions/workflows/php81.yml"><img src="https://github.com/WebFiori/ui/actions/workflows/php81.yml/badge.svg?branch=master"></a> |
45+
| <a target="_blank" href="https://github.com/WebFiori/ui/actions/workflows/php82.yml"><img src="https://github.com/WebFiori/ui/actions/workflows/php82.yml/badge.svg?branch=master"></a> |
46+
| <a target="_blank" href="https://github.com/WebFiori/ui/actions/workflows/php83.yml"><img src="https://github.com/WebFiori/ui/actions/workflows/php83.yml/badge.svg?branch=master"></a> |
4647

4748
## Features
4849
* Ability to create custom HTML UI Elements in OOP approach.

0 commit comments

Comments
 (0)